diff --git a/tests/Arch.php b/tests/Arch.php index a46c37b2..6c5b267d 100644 --- a/tests/Arch.php +++ b/tests/Arch.php @@ -3,7 +3,7 @@ use Pest\Expectation; test('globals') - ->expect(['dd', 'dump', 'ray']) + ->expect(['dd', 'dump', 'ray', 'die', 'var_dump', 'sleep']) ->not->toBeUsed() ->ignoring(Expectation::class);