mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
chore: add pest arch exemption
This commit is contained in:
parent
93dc4a1492
commit
0503be65c2
1 changed files with 4 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue