Kraken\_Unit\Runtime\Command\Processes\ProcessesStartCommandTest::testApiCommand_ThrowsException_WhenContextParamAliasesDoesNotExist PHP Method

testApiCommand_ThrowsException_WhenContextParamAliasesDoesNotExist() public method

    public function testApiCommand_ThrowsException_WhenContextParamAliasesDoesNotExist()
    {
        $this->setExpectedException(RejectionException::class);
        $command = $this->createCommand();
        $this->callProtectedMethod($command, 'command', [[]]);
    }