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