Kraken\_Unit\Console\Client\Command\Project\ProjectCreateCommandTest::testApiConfig_ConfiguresCommand PHP Метод

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

    public function testApiConfig_ConfiguresCommand()
    {
        $command = $this->createCommand();
        $args = [];
        $opts = [];
        $opts[] = ['flags', null, InputOption::VALUE_OPTIONAL, '#^(.*?)$#', Runtime::CREATE_DEFAULT];
        $this->assertCommand($command, 'project:create', '#^(.*?)$#si', $args, $opts);
    }