@@ -104,7 +104,7 @@ |
||
| 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 | } |