Kraken\_Unit\Console\Client\Command\Project\ProjectStartCommandTest::testApiConfig_ConfiguresCommand PHP Method

testApiConfig_ConfiguresCommand() public method

    public function testApiConfig_ConfiguresCommand()
    {
        $command = $this->createCommand();
        $args = [];
        $opts = [];
        $this->assertCommand($command, 'project:start', '#^(.*?)$#si', $args, $opts);
    }