Kraken\_Unit\Runtime\Command\Processes\ProcessesDestroyCommandTest::testApiCommand_ThrowsException_WhenContextParamFlagsDoesNotExist PHP Метод

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

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