1 | <?php |
||
9 | class RouteAccessibilityTest extends AbstractDbAwareTest |
||
10 | { |
||
11 | /** @var Client */ |
||
12 | private static $client; |
||
|
|||
13 | |||
14 | use StaticDbTestTrait; |
||
15 | |||
16 | public function getRequests() |
||
37 | |||
38 | /** |
||
39 | * @dataProvider getRequests |
||
40 | * |
||
41 | * @param string $path |
||
42 | * @param string $method |
||
43 | * @param array $args |
||
44 | */ |
||
45 | public function testRequestWasSuccessful($path, $method, array $args = []) |
||
50 | } |
||
51 |
This check marks private properties in classes that are never used. Those properties can be removed.