diff --git a/tests/FlareMiddleware/ContextTest.php b/tests/FlareMiddleware/ContextTest.php index 3a4d423..f97eb6b 100644 --- a/tests/FlareMiddleware/ContextTest.php +++ b/tests/FlareMiddleware/ContextTest.php @@ -7,7 +7,7 @@ // We need to duplicate the class check here because this runs before the skip check class_exists(Context::class) && Context::flush(); })->skip( - !class_exists(Context::class), + ! class_exists(Context::class), 'Context facade not available (introduced in Laravel 11)', );