From b3f772189bfc52e870233a040e888fc3b64c2a22 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 18 Dec 2023 15:56:06 +0100 Subject: [PATCH] CS fix --- Tests/DeprecationErrorHandler/DeprecationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/DeprecationErrorHandler/DeprecationTest.php b/Tests/DeprecationErrorHandler/DeprecationTest.php index 01d418e..4c17a80 100644 --- a/Tests/DeprecationErrorHandler/DeprecationTest.php +++ b/Tests/DeprecationErrorHandler/DeprecationTest.php @@ -265,7 +265,7 @@ private static function removeDir($dir) rmdir($dir); } - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { foreach (get_declared_classes() as $class) { if ('C' === $class[0] && 0 === strpos($class, 'ComposerAutoloaderInit')) {