Total Complexity | 2 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php declare(strict_types=1); |
||
15 | class EntryManagerTest extends TestCase |
||
16 | { |
||
17 | use ContainerAwareTrait; |
||
18 | use DatabaseSchemaToolTrait; |
||
19 | |||
20 | /** |
||
21 | * @return void |
||
22 | * |
||
23 | * @runInSeparateProcess |
||
24 | */ |
||
25 | public function testCountAll() : void |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @return void |
||
42 | * |
||
43 | * @runInSeparateProcess |
||
44 | */ |
||
45 | public function testList() : void |
||
59 |