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

testApiConfig_ConfiguresCommand() public method

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