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');