Commit 18ad416
committed
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 testsFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Security/Core/Tests/Role
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments