Kraken\_Unit\Runtime\Command\Processes\ProcessesCreateCommandTest::testApiCommand_ThrowsException_WhenContextParamDefinitionsDoesNotExist PHP Method

testApiCommand_ThrowsException_WhenContextParamDefinitionsDoesNotExist() public method

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