Passed
Push — master ( a70f7d...66870e )
by Koen
02:38
created
tests/LuaParserTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
     }
238 238
 
239 239
     public function testAdvancedTable() {
240
-        $parser = new Parser(new TokenStream(new InputStream(file_get_contents(__DIR__ . '/advanced-test.lua'))));
240
+        $parser = new Parser(new TokenStream(new InputStream(file_get_contents(__DIR__.'/advanced-test.lua'))));
241 241
 
242 242
         $parser->parse();
243 243
     }
Please login to merge, or discard this patch.