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

testApiCommand_ThrowsException_WhenContextParamAliasDoesNotExist() public method

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