@@ -30,10 +30,11 @@ |
||
30 | 30 | ); |
31 | 31 | } |
32 | 32 | |
33 | - public function provideAllCases() { |
|
33 | + public function provideAllCases() |
|
34 | + { |
|
34 | 35 | $cases = array(); |
35 | 36 | |
36 | - foreach (glob(__DIR__ . '/*', GLOB_ONLYDIR) as $dir) { |
|
37 | + foreach (glob(__DIR__ . '/*', GLOB_ONLYDIR) as $dir) { |
|
37 | 38 | $path = realpath($dir); |
38 | 39 | $json = $this->normalizeJson(file_get_contents($path . '/expected.json')); |
39 | 40 |