Skip to content

Commit

Permalink
refactor arch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed May 1, 2024
1 parent 0f67cb3 commit 802a15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Arch.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
'config_path',
]);

arch('Not debugging statements are left in our code.')
test('Not debugging statements are left in our code.')
->expect(['dd', 'ddd', 'dump', 'ray', 'die', 'var_dump', 'print_r'])
->each->not->toBeUsed();

0 comments on commit 802a15a

Please sign in to comment.