Kraken\_Unit\Console\Client\Command\Process\ProcessExistsCommandTest::testApiConfig_ConfiguresCommand PHP Method

testApiConfig_ConfiguresCommand() public method

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