eZ\Publish\Core\REST\Server\Tests\Input\Parser\ViewInputOneDotOneTest::testThrowsExceptionOnMissingQuery PHP 메소드

testThrowsExceptionOnMissingQuery() 공개 메소드

    public function testThrowsExceptionOnMissingQuery()
    {
        $inputArray = ['identifier' => 'foo'];
        $this->getParser()->parse($inputArray, $this->getParsingDispatcherMock());
    }