eZ\Publish\Core\REST\Server\Tests\Input\Parser\SectionInputTest::testParseExceptionOnMissingIdentifier PHP Method

testParseExceptionOnMissingIdentifier() public method

Test SectionInput parser throwing exception on missing identifier.
    public function testParseExceptionOnMissingIdentifier()
    {
        $inputArray = array('name' => 'Name Foo');
        $sectionInput = $this->getParser();
        $sectionInput->parse($inputArray, $this->getParsingDispatcherMock());
    }