Kraken\_Unit\Runtime\Command\Process\ProcessCreateCommandTest::testApiCommand_ThrowsException_WhenContextParamNameDoesNotExist PHP 메소드

testApiCommand_ThrowsException_WhenContextParamNameDoesNotExist() 공개 메소드

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