Kraken\_Unit\Runtime\Command\Threads\ThreadsDestroyCommandTest::testApiCommand_ThrowsException_WhenContextParamFlagsDoesNotExist PHP 메소드

testApiCommand_ThrowsException_WhenContextParamFlagsDoesNotExist() 공개 메소드

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