Page MenuHomePhabricator

Stop using PHPUnit's TestSuite in Scribunto
Open, Needs TriagePublic

Description

PHPUnit 10 no longer invokes a static method called suite on test classes. Also, paratest (T50217) doesn't seem to work well with test classes that dynamically add more tests. For these reasons, Scribunto needs to stop relying on the suite method to define its test suites.

Related: T345481 for removing the same deprecated pattern from core.