From e807aff3e6a04c795aea8f39626fbb662f59d574 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Mon, 28 Oct 2024 23:54:21 +0100 Subject: [PATCH] Remove default arch tests --- tests/Arch.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/Arch.php b/tests/Arch.php index 7cb5f3b6..2d931c10 100644 --- a/tests/Arch.php +++ b/tests/Arch.php @@ -2,14 +2,5 @@ arch() ->expect('App') - ->not->toUse(['die', 'dd', 'dump']); - - -arch() - ->expect(globArch('App\*\Models')) - ->toExtend('Illuminate\Database\Eloquent\Model') - ->toBeClasses(); - -arch('app') - ->expect('App') + ->not->toUse(['die', 'dd', 'dump']) ->not->toHaveFileSystemPermissions('0777');