Kraken\_Unit\Runtime\Command\Thread\ThreadCreateCommandTest::testApiCommand_ThrowsException_WhenContextParamNameDoesNotExist PHP Метод

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

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