- Issue created by @dww
- Status changed to Needs review
over 1 year ago 11:52pm 23 February 2023 - πΊπΈUnited States dww
Actually, for max compatibility, a little bit of tech debt in this test (on an EOL branch) lets this test pass on basically all versions of core with any version of PHPUnit. You probably don't care about pre-PHPUnit 8 support in 2.0.x and higher, so we can leave commit d265fcee69a alone over there.
Thoughts?
Thanks!
-Derek - Status changed to RTBC
over 1 year ago 5:01pm 29 July 2023 - π©πͺGermany geek-merlin Freiburg, Germany
The test makes all tests green again.
Reviewed the code, and it is exactly what symfony does in phpunit-bridge (\Symfony\Bridge\PhpUnit\Legacy\PolyfillTestCaseTrait).
So if there were (or are to come) more PHPUnit compatibility breaks, i'd recommend using https://symfony.com/doc/current/components/phpunit_bridge.html, but for this single instance this is good and pragmatic. - last update
over 1 year ago run-tests.sh fatal error - last update
over 1 year ago run-tests.sh fatal error - Status changed to Closed: outdated
about 1 year ago 1:52pm 29 August 2023 - π§πͺBelgium kristiaanvandeneynde Antwerp, Belgium
See π Initiative for Group 1.x compatibility under Drupal 10 Fixed
I don't think a compatibility mode is still necessary due to the minimum Drupal version being 9.5 or 10 now.