test: remove toImplementNothing() from enum ArchTest

- PHP enums always implement one or more internal interfaces so this assertion will never pass
This commit is contained in:
peaklabs-dev
2025-12-16 17:08:59 +01:00
parent 907be7d562
commit 461df4458f
-1
View File
@@ -79,7 +79,6 @@ arch('Enums')
->toBeEnums()
->ignoring('App\Enums\Concerns')
->toExtendNothing()
->toImplementNothing()
->toHaveLineCountLessThan(80);
arch('Exceptions')