Completed
Pull Request — master (#25)
by Damian
03:36
created
tests/Methods/CopyMethodTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
         $method = new CopyMethod();
48 48
         $target = Util::joinPaths($this->root, '_resources', 'client');
49 49
         $method->exposeDirectory(
50
-            realpath(__DIR__.'/../fixtures/source/client'),
50
+            realpath(__DIR__ . '/../fixtures/source/client'),
51 51
             $target
52 52
         );
53 53
 
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
         $method = new SymlinkMethod();
70 70
         $target = Util::joinPaths($this->root, '_resources', 'client');
71 71
         $method->exposeDirectory(
72
-            realpath(__DIR__.'/../fixtures/source/client'),
72
+            realpath(__DIR__ . '/../fixtures/source/client'),
73 73
             $target
74 74
         );
75 75
 
Please login to merge, or discard this patch.