diff --git a/tests/ArchTest.php b/tests/ArchTest.php index 6b23cd499..e54ad749f 100644 --- a/tests/ArchTest.php +++ b/tests/ArchTest.php @@ -79,7 +79,6 @@ arch('Enums') ->toBeEnums() ->ignoring('App\Enums\Concerns') ->toExtendNothing() - ->toImplementNothing() ->toHaveLineCountLessThan(80); arch('Exceptions')