Kraken\_Unit\Runtime\Command\Processes\ProcessesStartCommandTest::testApiCommand_ThrowsException_WhenContextParamAliasesDoesNotExist PHP Метод

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

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