InfyOm\Generator\Generators\RepositoryTestGenerator::__construct PHP Метод

__construct() публичный Метод

public __construct ( $commandData )
    public function __construct($commandData)
    {
        $this->commandData = $commandData;
        $this->path = config('infyom.laravel_generator.path.repository_test', base_path('tests/'));
        $this->fileName = $this->commandData->modelName . 'RepositoryTest.php';
    }