Template
mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-09-19 16:24:10 +08:00
tweak configure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
it('will not use debugging functions')
|
||||
->expect(['dd', 'dump', 'ray'])
|
||||
->each->not->toBeUsed();
|
||||
Reference in New Issue
Block a user