Added ID manager
This commit is contained in:
parent
c881154db7
commit
5885fbf492
2 changed files with 18 additions and 0 deletions
8
src/IdManager.php
Normal file
8
src/IdManager.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace MMK2410\MyTodoList;
|
||||
|
||||
class IdManager
|
||||
{
|
||||
|
||||
}
|
10
tests/IdManagerTest.php
Normal file
10
tests/IdManagerTest.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
|
||||
use MMK2410\MyTodoList\IdManager;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class IdManagerTest extends TestCase
|
||||
{
|
||||
|
||||
}
|
Reference in a new issue