Completed
Pull Request — master (#748)
by
unknown
06:28
created
src/Commands/TestMakeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
             $testPath = GenerateConfigReader::read('test.feature');
82 82
         }
83 83
 
84
-        return $path . $testPath->getPath() . '/' . $this->getFileName() . '.php';
84
+        return $path.$testPath->getPath().'/'.$this->getFileName().'.php';
85 85
     }
86 86
 
87 87
     /**
Please login to merge, or discard this patch.