This commit is contained in:
nuno maduro
2026-05-01 20:53:40 +01:00
parent 8a51f15d65
commit 97600b6f0b
4 changed files with 21 additions and 9 deletions

View File

@ -1,6 +1,7 @@
<?php
use Pest\Expectation;
use Pest\Plugins\Tia\BaselineSync;
arch()->preset()->php()->ignoring([
Expectation::class,
@ -13,6 +14,7 @@ arch()->preset()->php()->ignoring([
]);
arch()->preset()->strict()->ignoring([
BaselineSync::class,
'usleep',
]);