Kraken\_Unit\Console\Client\Command\Container\ContainerStopCommandTest::testApiConfig_ConfiguresCommand PHP Method

testApiConfig_ConfiguresCommand() public method

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