Completed
Push — development ( f127c5...68c904 )
by Kyle
04:11
created
app/Console/Commands/Generator/CrudGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 
105 105
     protected function generateTest($name)
106 106
     {
107
-        $testPath = $this->getTestsPath() . 'Feature/' . ucwords($name) . 'Test.php';
107
+        $testPath = $this->getTestsPath().'Feature/'.ucwords($name).'Test.php';
108 108
         $this->proceedAndSaveFile($name, 'unittest', $testPath);
109 109
     }
110 110
 }
Please login to merge, or discard this patch.