Commit fbf6f56
committed
minor #51727 Remove
This PR was merged into the 6.4 branch.
Discussion
----------
Remove `setAccessible` reflection call in tests
| Q | A
| ------------- | ---
| Branch? | 6.4
| 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 -->
I checked all codebase, and found only this occurence when php >8.1 is required
> Note: As of PHP 8.1.0, calling this method has no effect; all methods are invokable by default.
https://www.php.net/manual/en/reflectionmethod.setaccessible
https://www.php.net/manual/en/reflectionproperty.setaccessible.php
Commits
-------
8371c92 Remove setAccessible reflection call in testssetAccessible reflection call in tests (alamirault)File tree
1 file changed
+0
-1
lines changed- src/Symfony/Bridge/PsrHttpMessage/Tests/Factory
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | 211 | | |
213 | 212 | | |
214 | 213 | | |
| |||
0 commit comments