Skip to content

Commit

Permalink
Remove skipOnMac() function call in ArchTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Feb 2, 2024
1 parent 5bbc3c7 commit 317bd43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ArchTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

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

0 comments on commit 317bd43

Please sign in to comment.