eZ\Publish\Core\Repository\Tests\Service\Mock\ContentTest::providerForTestUpdateContentThrowsContentValidationExceptionTranslation PHP Метод

providerForTestUpdateContentThrowsContentValidationExceptionTranslation() публичный Метод

    public function providerForTestUpdateContentThrowsContentValidationExceptionTranslation()
    {
        return array(array('eng-US', array(new Field(array('fieldDefIdentifier' => 'identifier', 'value' => 'newValue', 'languageCode' => 'eng-US')))));
    }
ContentTest