mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00: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:
parent
907be7d562
commit
461df4458f
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ arch('Enums')
|
|||
->toBeEnums()
|
||||
->ignoring('App\Enums\Concerns')
|
||||
->toExtendNothing()
|
||||
->toImplementNothing()
|
||||
->toHaveLineCountLessThan(80);
|
||||
|
||||
arch('Exceptions')
|
||||
|
|
|
|||
Loading…
Reference in a new issue