Completed
Branch master (c9bc7e)
by Adrian Florin
26:34 queued 14:30
created
test/ClassFinderTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
     public function testClassSearch($className, $expectedFoundClasses)
14 14
     {
15 15
         $classFinder = new ClassFinder(
16
-            realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'fixtures' . DIRECTORY_SEPARATOR,
16
+            realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.'fixtures'.DIRECTORY_SEPARATOR,
17 17
             $className
18 18
         );
19 19
 
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     public function testLogOutput()
33 33
     {
34 34
         $classFinder = new ClassFinder(
35
-            realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'fixtures' . DIRECTORY_SEPARATOR,
35
+            realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.'fixtures'.DIRECTORY_SEPARATOR,
36 36
             \Fixture\BaseInterface::class
37 37
         );
38 38
 
Please login to merge, or discard this patch.