LD před 5 roky
rodič
revize
ec70f4781f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      app/Console/Commands/TestMakeCommand.php

+ 1 - 0
app/Console/Commands/TestMakeCommand.php

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