mmk2410
/
my-todo-list
Archived
1
0
Fork 0

Added ID manager

This commit is contained in:
Marcel Kapfer 2021-09-20 12:53:56 +02:00
parent c881154db7
commit 5885fbf492
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 18 additions and 0 deletions

8
src/IdManager.php Normal file
View File

@ -0,0 +1,8 @@
<?php
namespace MMK2410\MyTodoList;
class IdManager
{
}

10
tests/IdManagerTest.php Normal file
View File

@ -0,0 +1,10 @@
<?php
use MMK2410\MyTodoList\IdManager;
use PHPUnit\Framework\TestCase;
class IdManagerTest extends TestCase
{
}