From 0503be65c250fa42f7822c41dafdfac284cd05f2 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Sat, 16 Aug 2025 00:12:00 +0200 Subject: [PATCH] chore: add pest arch exemption --- tests/Pest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Pest.php b/tests/Pest.php index 627fd57..624dd1c 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -17,7 +17,10 @@ pest()->extend(Tests\TestCase::class) registerSpatiePestHelpers(); -arch()->preset()->laravel(); +arch() + ->preset() + ->laravel() + ->ignoring(App\Http\Controllers\Auth\OidcController::class); arch() ->expect('App')