We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63a7e8 commit 1f573f9Copy full SHA for 1f573f9
tests/ArchTest.php
@@ -2,4 +2,5 @@
2
3
test('it will not use any debug function')
4
->expect(['dd', 'ray', 'dump'])
5
+ ->not()
6
->toBeUsed();
0 commit comments