10 lines
127 B
PHP
10 lines
127 B
PHP
<?php
|
|
|
|
|
|
use MMK2410\MyTodoList\IdManager;
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
class IdManagerTest extends TestCase
|
|
{
|
|
|
|
}
|