diff --git a/tests/Hooks/BeforeAllTest.php b/tests/Hooks/BeforeAllTest.php index 838d7c14..05e57252 100644 --- a/tests/Hooks/BeforeAllTest.php +++ b/tests/Hooks/BeforeAllTest.php @@ -6,7 +6,7 @@ global $globalHook; // HACK: we have to determine our $globalHook->calls baseline. This is because // two other tests are executed before this one due to filename ordering. -$args = $_SERVER['argv'] ?? []; +$args = $_SERVER['argv'] ?? []; $single = isset($args[1]) && Str::endsWith(__FILE__, $args[1]); $offset = $single ? 0 : 2;