Page MenuHomePhabricator

ShellBox tests override PHPUnit\Framework\TestCase::run(), marked as final in phpunit 10
Open, Needs TriagePublic

Description

When trying to update to phpunit 10 there is an error

Fatal error: Cannot override final method PHPUnit\Framework\TestCase::run() in tests\ClientServerTestCase.php on line 63

This seems similiar to T342259 and was also mention as part of T328919

Needs migration, maybe to the before(Class)/after(Class) hooks