Kraken\_Unit\Runtime\Command\Process\ProcessCreateCommandTest::testApiCommand_ThrowsException_WhenContextParamNameDoesNotExist PHP Method

testApiCommand_ThrowsException_WhenContextParamNameDoesNotExist() public method

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