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
How to reproduce
Run a test extending FilesystemTestCase with PHPUnit 8 will produce: PHP Fatal error: Declaration of Symfony\Component\Filesystem\Tests\FilesystemTestCase::setUpBeforeClass() must be compatible with PHPUnit\Framework\TestCase::setUpBeforeClass(): void
Possible Solution
Use the same solution that #30474