tweak configure

This commit is contained in:
awcodes
2023-07-11 13:45:41 -04:00
parent 31dcc0cf53
commit 07db1e858a
5 changed files with 26 additions and 33 deletions

5
tests/ArchTest.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
it('will not use debugging functions')
->expect(['dd', 'dump', 'ray'])
->each->not->toBeUsed();