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

testApiCommand_ThrowsException_WhenContextParamFlagsDoesNotExist() 공개 메소드

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