eZ\Publish\Core\Repository\Tests\Service\Mock\ContentTest::providerForTestCreateContentThrowsContentValidationExceptionRequiredField PHP Method

providerForTestCreateContentThrowsContentValidationExceptionRequiredField() public method

    public function providerForTestCreateContentThrowsContentValidationExceptionRequiredField()
    {
        return array(array('eng-US', array(new Field(array('fieldDefIdentifier' => 'identifier', 'value' => self::EMPTY_FIELD_VALUE, 'languageCode' => null))), 'identifier', 'eng-US'));
    }
ContentTest