Kraken\_Unit\Runtime\Command\Process\ProcessStopCommandTest::testApiCommand_ThrowsException_WhenContextParamAliasDoesNotExist PHP Метод

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

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