Skip to content

Commit d970b3d

Browse files
authored
Update ArchTest.php
1 parent 1d39584 commit d970b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ArchTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

33
it('will not use debugging functions')
4+
->group('arch')
45
->expect(['dd', 'dump', 'ray'])
56
->each->not->toBeUsed();

0 commit comments

Comments
 (0)