mirror of
https://github.com/coollabsio/coolify.git
synced 2026-08-29 10:06:44 -05:00
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:
@@ -79,7 +79,6 @@ arch('Enums')
|
||||
->toBeEnums()
|
||||
->ignoring('App\Enums\Concerns')
|
||||
->toExtendNothing()
|
||||
->toImplementNothing()
|
||||
->toHaveLineCountLessThan(80);
|
||||
|
||||
arch('Exceptions')
|
||||
|
||||
Reference in New Issue
Block a user