eZ\Publish\Core\REST\Server\Tests\Input\Parser\ViewInputTest::testThrowsExceptionOnMissingIdentifier PHP Method

testThrowsExceptionOnMissingIdentifier() public method

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