chore: fixes issues with contracts and symfony 8.1

This commit is contained in:
nuno maduro
2026-06-01 06:24:42 +01:00
parent eeaac34cf6
commit bd22f478b8
4 changed files with 4 additions and 15 deletions

View File

@ -33,13 +33,3 @@ arch('globals')
->expect(['dd', 'dump', 'ray', 'die', 'var_dump', 'sleep'])
->not->toBeUsed()
->ignoring(Expectation::class);
arch('contracts')
->expect('Pest\Contracts')
->toOnlyUse([
'NunoMaduro\Collision\Contracts',
'Pest\Factories\TestCaseMethodFactory',
'Symfony\Component\Console',
'Pest\Arch\Contracts',
'Pest\PendingCalls',
])->toBeInterfaces();