eZ\Publish\Core\REST\Server\Tests\Input\Parser\ContentTypeGroupInputTest::testParseExceptionOnInvalidUser PHP Method

testParseExceptionOnInvalidUser() public method

Test ContentTypeGroupInput parser throwing exception on invalid User.
    public function testParseExceptionOnInvalidUser()
    {
        $inputArray = array('identifier' => 'Identifier Bar', 'User' => array(), 'modificationDate' => '2012-12-31T12:00:00');
        $contentTypeGroupInput = $this->getParser();
        $contentTypeGroupInput->parse($inputArray, $this->getParsingDispatcherMock());
    }