|
|
@@ -52,7 +52,7 @@ class TestMakeCommand extends \Illuminate\Foundation\Console\TestMakeCommand
|
|
|
protected function getMethodName()
|
|
|
{
|
|
|
$input= trim($this->argument('name'));
|
|
|
- return '\Test'.ucfirst(explode(':',$input)[1]);
|
|
|
+ return ucfirst(explode(':',$input)[1]).'Test';
|
|
|
}
|
|
|
|
|
|
protected function getStub()
|