We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1428fe commit b3f7721Copy full SHA for b3f7721
Tests/DeprecationErrorHandler/DeprecationTest.php
@@ -265,7 +265,7 @@ private static function removeDir($dir)
265
rmdir($dir);
266
}
267
268
- public static function setupBeforeClass(): void
+ public static function setUpBeforeClass(): void
269
{
270
foreach (get_declared_classes() as $class) {
271
if ('C' === $class[0] && 0 === strpos($class, 'ComposerAutoloaderInit')) {
0 commit comments