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 #15345 Update deprecated PHPUnit schema & doc links (jessinthecloud)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead.
Discussion
----------
Update deprecated PHPUnit schema & doc links
PHPUnit gives "Warning: Your XML configuration validates against a deprecated schema."
Running the suggested `./vendor/bin/phpunit --migrate-configuration` updated phpunit.xml.dist and fixed the warning. The resulting XML is the update here.
The links to PHPUnit are also outdated; updated to link to the current stable (English) release in the manual
Edit: I'm not certain if this should be on the 4.4 branch instead since it's not directly related to Symfony. I can correct the branch if necessary
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
365f4c5 Update deprecated PHPUnit schema & doc links
0 commit comments