eZ\Publish\Core\REST\Server\Tests\Input\Parser\ViewInputOneDotOneTest::testThrowsExceptionOnMissingQuery PHP Method

testThrowsExceptionOnMissingQuery() public method

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