Kraken\_Unit\Runtime\Command\Threads\ThreadsCreateCommandTest::testApiCommand_ThrowsException_WhenContextParamDefinitionsDoesNotExist PHP Метод

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

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