1 | <?php |
||
11 | class SimpleRegistryTestCest |
||
12 | { |
||
13 | /** |
||
14 | * @var ZendExpressive3 |
||
15 | */ |
||
16 | private $expressive; |
||
17 | /** |
||
18 | * @var EntityManagerRegistry |
||
19 | */ |
||
20 | private $registry; |
||
21 | |||
22 | public function _inject(ZendExpressive3 $expressive) |
||
26 | |||
27 | public function _before(FunctionalTester $I) |
||
31 | |||
32 | public function testReset(FunctionalTester $I) |
||
43 | |||
44 | public function testGetConnection(FunctionalTester $I) |
||
49 | |||
50 | public function testGetConnections(FunctionalTester $I) |
||
55 | |||
56 | public function testGetManagers(FunctionalTester $I) |
||
61 | |||
62 | public function testGetManagerWrongName(FunctionalTester $I) |
||
71 | } |
||
72 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.