Passed
Pull Request — master (#4)
by Mark
01:31
created
_test/syntax.test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $conf['allowdebug'] = 1;
26 26
         $conf['keyword_source'] = 'syntax';
27 27
 
28
-        TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/');
28
+        TestUtils::rcopy(TMP_DIR, __DIR__.'/data/');
29 29
     }
30 30
 
31 31
     /**
Please login to merge, or discard this patch.