Skip to content

Commit 78aa159

Browse files
committed
minor symfony#58360 [Serializer] Fix test expectation (alexandre-daubois)
This PR was merged into the 7.2 branch. Discussion ---------- [Serializer] Fix test expectation | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Stumbled across the following error while running tests on recent PHPUnit version: ``` Only 12 return values have been configured for Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface::isWritable() ``` Commits ------- 3ee2489 [Serializer] Fix expectation
2 parents b7ee056 + 3ee2489 commit 78aa159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/Tests/Mapping/Loader/PropertyInfoLoaderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public function getTypes(string $class, string $property, array $context = []):
126126
true,
127127
true,
128128
false,
129+
true,
129130
true
130131
)
131132
;

0 commit comments

Comments
 (0)