You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#58423 [Security] Fix serialized object representation in tests (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[Security] Fix serialized object representation in tests
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
`LegacyRoleTest` triggers the following error:
```
Legacy deprecation triggered by Symfony\Component\Security\Core\Tests\Role\LegacyRoleTest::testPayloadFromV4CanBeUnserialized:
Creation of dynamic property Symfony\Component\Security\Core\Role\Role::$Symfony\Component\Security\Core\Role\Role is deprecated
```
Commits
-------
f9f3cb5 [Security] Fix serialized object representation in tests
0 commit comments