Completed
Push — master ( a47832...697c7e )
by Martijn
14s
created
tests/output/OutputTest.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,10 +30,11 @@
 block discarded – undo
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
 			
Please login to merge, or discard this patch.