chore: adds testing on native functions

This commit is contained in:
Nuno Maduro
2023-08-21 09:40:04 +01:00
parent 6d9c0483a6
commit 175004baf3

View File

@ -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);