Kraken\_Unit\Runtime\Command\Cmd\CmdErrorCommandTest::testApiCommand_ThrowsException_WhenContextParamExceptionDoesNotExist PHP Метод

testApiCommand_ThrowsException_WhenContextParamExceptionDoesNotExist() публичный Метод

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