Kraken\_Unit\Runtime\Command\Processes\ProcessesDestroyCommandTest::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', [['aliases' => []]]);
    }