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

testCreateContentNonRedundantFieldSet1() public method

Testing the simplest use case.
public testCreateContentNonRedundantFieldSet1 ( $mainLanguageCode, $structFields, $spiFields )
    public function testCreateContentNonRedundantFieldSet1($mainLanguageCode, $structFields, $spiFields)
    {
        $fieldDefinitions = array(new FieldDefinition(array('id' => 'fieldDefinitionId', 'fieldTypeIdentifier' => 'fieldTypeIdentifier', 'isTranslatable' => false, 'identifier' => 'identifier', 'isRequired' => false, 'defaultValue' => 'defaultValue')));
        $this->assertForTestCreateContentNonRedundantFieldSet($mainLanguageCode, $structFields, $spiFields, $fieldDefinitions);
    }
ContentTest