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

testCreateContentNonRedundantFieldSetComplex() public method

Testing multiple languages with multiple translatable fields with empty default value.
public testCreateContentNonRedundantFieldSetComplex ( $mainLanguageCode, $structFields, $spiFields )
    public function testCreateContentNonRedundantFieldSetComplex($mainLanguageCode, $structFields, $spiFields)
    {
        $fieldDefinitions = $this->fixturesForTestCreateContentNonRedundantFieldSetComplex();
        $this->assertForTestCreateContentNonRedundantFieldSet($mainLanguageCode, $structFields, $spiFields, $fieldDefinitions);
    }
ContentTest