Kraken\_Unit\Runtime\Command\Runtime\RuntimeDestroyCommandTest::testApiCommand_ThrowsException_WhenContextParamFlagsDoesNotExist PHP Method

testApiCommand_ThrowsException_WhenContextParamFlagsDoesNotExist() public method

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