Kraken\_Unit\Console\Server\Command\Project\ProjectCreateCommandTest::testApiCommand_ThrowsException_WhenParamFlagsDoesNotExist PHP Метод

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

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