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

testUpdateContentNonRedundantFieldSetComplex() public method

Testing more complex cases.
public testUpdateContentNonRedundantFieldSetComplex ( $initialLanguageCode, $structFields, $spiFields )
    public function testUpdateContentNonRedundantFieldSetComplex($initialLanguageCode, $structFields, $spiFields)
    {
        list($existingFields, $fieldDefinitions) = $this->fixturesForTestUpdateContentNonRedundantFieldSetComplex();
        $this->assertForTestUpdateContentNonRedundantFieldSet($initialLanguageCode, $structFields, $spiFields, $existingFields, $fieldDefinitions);
    }
ContentTest