diff --git a/Neos.ContentRepository.Core/Tests/Unit/Projection/ContentGraph/PropertyValue/PropertyValueCriteriaMatcherTest.php b/Neos.ContentRepository.Core/Tests/Unit/Projection/ContentGraph/PropertyValue/PropertyValueCriteriaMatcherTest.php index d2b8d74f323..c2f4b6ea111 100644 --- a/Neos.ContentRepository.Core/Tests/Unit/Projection/ContentGraph/PropertyValue/PropertyValueCriteriaMatcherTest.php +++ b/Neos.ContentRepository.Core/Tests/Unit/Projection/ContentGraph/PropertyValue/PropertyValueCriteriaMatcherTest.php @@ -33,9 +33,8 @@ class PropertyValueCriteriaMatcherTest extends TestCase public function setUp(): void { $this->serializedPropertyValues = SerializedPropertyValues::fromArray([ - 'nullProperty' => new SerializedPropertyValue(null, 'null'), - 'stringProperty' => new SerializedPropertyValue('foo', 'string'), - 'integerProperty' => new SerializedPropertyValue(123, 'int') + 'stringProperty' => SerializedPropertyValue::create('foo', 'string'), + 'integerProperty' => SerializedPropertyValue::create(123, 'int') ]); $this->propertyCollection = new PropertyCollection(