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

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

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