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

testParseExceptionOnMissingName() public method

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