Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 78aa159

Browse filesBrowse files
committed
minor #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
Copy full SHA for 78aa159

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Mapping/Loader/PropertyInfoLoaderTest.php
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.