Skip to content

Commit 8a3036f

Browse files
authored
Update ArchTest.php
1 parent d970b3d commit 8a3036f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ArchTest.php

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

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

0 commit comments

Comments
 (0)