eZ\Publish\Core\Repository\Tests\Service\Integration\ContentTypeBase::testNewContentTypeUpdateStructValues PHP Method

testNewContentTypeUpdateStructValues() public method

Test for the newContentTypeUpdateStruct() method.
public testNewContentTypeUpdateStructValues ( eZ\Publish\API\Repository\Values\ContentType\ContentTypeUpdateStruct $contentTypeUpdateStruct )
$contentTypeUpdateStruct eZ\Publish\API\Repository\Values\ContentType\ContentTypeUpdateStruct
    public function testNewContentTypeUpdateStructValues($contentTypeUpdateStruct)
    {
        foreach ($contentTypeUpdateStruct as $propertyName => $propertyValue) {
            $this->assertNull($propertyValue, "Property '{$propertyName}' is not null.");
        }
    }
ContentTypeBase