feat: adds see

This commit is contained in:
Nuno Maduro
2025-07-22 23:06:43 +01:00
parent 9172721ce8
commit be9c95e3bc
6 changed files with 43 additions and 24 deletions

View File

@ -27,27 +27,6 @@ arch('globals')
->not->toBeUsed()
->ignoring(Expectation::class);
arch('dependencies')
->expect('Pest')
->toOnlyUse([
'dd',
'dump',
'expect',
'uses',
'Termwind',
'ParaTest',
'Pest\Arch',
'Pest\Browser',
'Pest\Mutate\Contracts\Configuration',
'Pest\Mutate\Decorators\TestCallDecorator',
'Pest\Mutate\Repositories\ConfigurationRepository',
'Pest\Plugin',
'NunoMaduro\Collision',
'Whoops',
'Symfony\Component\Console',
'Symfony\Component\Process',
])->ignoring(['Composer', 'PHPUnit', 'SebastianBergmann']);
arch('contracts')
->expect('Pest\Contracts')
->toOnlyUse([