1 | <?php |
||
9 | class RouteAccessibilityTest extends AbstractDbAwareTest |
||
10 | { |
||
11 | use StaticDbTestTrait; |
||
12 | |||
13 | public function getRequests() |
||
34 | |||
35 | /** |
||
36 | * @dataProvider getRequests |
||
37 | * |
||
38 | * @param string $path |
||
39 | * @param string $method |
||
40 | * @param array $args |
||
41 | */ |
||
42 | public function testRequestWasSuccessful($path, $method, array $args = []) |
||
47 | } |
||
48 |