Kraken\_Unit\Runtime\Command\Threads\ThreadsDestroyCommandTest::testApiCommand_ThrowsException_WhenContextParamAliasesDoesNotExist PHP Method

testApiCommand_ThrowsException_WhenContextParamAliasesDoesNotExist() public method

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