mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat(presets): ignores eval for now
This commit is contained in:
@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
use Pest\Expectation;
|
use Pest\Expectation;
|
||||||
|
|
||||||
arch()->preset()->base()->ignoring(Expectation::class);
|
arch()->preset()->base()->ignoring([
|
||||||
|
Expectation::class,
|
||||||
|
'eval',
|
||||||
|
]);
|
||||||
|
|
||||||
arch()->preset()->strict();
|
arch()->preset()->strict();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user