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.
2 parents cca5373 + 03b09e6 commit bd0455bCopy full SHA for bd0455b
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