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-10 22:08:25 +01:00
parent 907be7d562
commit 461df4458f
No known key found for this signature in database

View file

@ -79,7 +79,6 @@ arch('Enums')
->toBeEnums()
->ignoring('App\Enums\Concerns')
->toExtendNothing()
->toImplementNothing()
->toHaveLineCountLessThan(80);
arch('Exceptions')