Skip to content

Commit

Permalink
Update ArchTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored Apr 17, 2024
1 parent dda8e08 commit 359eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArchTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

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

0 comments on commit 359eb5d

Please sign in to comment.