|
|
@@ -69,6 +69,7 @@ class TestMakeCommand extends \Illuminate\Foundation\Console\TestMakeCommand
|
|
|
? $this->resolveStubPath('/stubs/test.unit.stub')
|
|
|
: $this->resolveStubPath('/stubs/test.stub');
|
|
|
}
|
|
|
+
|
|
|
protected function replaceClass($stub, $name)
|
|
|
{
|
|
|
$class = str_replace($this->getNamespace($name).'\\', '', $this->getMethodName());
|