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 1d39584 commit d970b3dCopy full SHA for d970b3d
tests/ArchTest.php
@@ -1,5 +1,6 @@
1
<?php
2
3
it('will not use debugging functions')
4
+ ->group('arch')
5
->expect(['dd', 'dump', 'ray'])
6
->each->not->toBeUsed();
0 commit comments