Skip to content

Commit

Permalink
Update ArchTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Dec 28, 2023
1 parent d970b3d commit 8a3036f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ArchTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

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

0 comments on commit 8a3036f

Please sign in to comment.