Completed
Pull Request — master (#20)
by
unknown
02:35
created
tests/output/OutputTest.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,10 +27,11 @@
 block discarded – undo
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
 			
Please login to merge, or discard this patch.