1
0
Fork 0
This repository has been archived on 2021-10-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
my-todo-list/tests/IdManagerTest.php
2021-09-20 12:53:56 +02:00

10 lines
127 B
PHP

<?php
use MMK2410\MyTodoList\IdManager;
use PHPUnit\Framework\TestCase;
class IdManagerTest extends TestCase
{
}