InfyOm\Generator\Generators\API\APITestGenerator::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( CommandData $commandData )
$commandData InfyOm\Generator\Common\CommandData
    public function __construct(CommandData $commandData)
    {
        $this->commandData = $commandData;
        $this->path = $commandData->config->pathApiTests;
        $this->fileName = $this->commandData->modelName . 'ApiTest.php';
    }