-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
this is a meta-issue tracking blockers for using PHPUnit 10:
- Migrate to static data-providers #63
- [PHPUnit bridge] Support for PHPUnit 11.1+ symfony/symfony#49069 to support PHPUnit 10 in symfony/phpunit-bridge (that we rely on to report deprecations)
- PHPUnit 10 support? Yoast/PHPUnit-Polyfills#82 to support PHPUnit 10 in
yoast/phpunit-polyfills
(at least marking it as compatible in the composer constraint) - Remove usage of onNotSuccessfulTest to mark tests as skipped #65 Removing usage of
TestCase::onNotSuccessfulTest
to mark tests as skipped as this is not supported anymore - Making our base TestCase compatible with PHPUnit 10 (
TestCase::getName
was removed, replacing it with 2 methods instead of having a boolean flag)
garak
Metadata
Metadata
Assignees
Labels
No labels