Commit 47058ea
committed
minor #51499 [Security] Remove
This PR was merged into the 6.3 branch.
Discussion
----------
[Security] Remove `isAuthenticated` and `setAuthenticated` token methods in tests
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
`isAuthenticated` and `setAuthenticated` methods are not in TokenInterface anymore, so we can remove it in tests
Commits
-------
9df0a3f1a2 [Security] Remove isAuthenticated and setAuthenticated token methods in testsisAuthenticated and setAuthenticated token methods in tests (alamirault)1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | 566 | | |
576 | 567 | | |
577 | 568 | | |
| |||
0 commit comments