mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-07 05:58:51 +08:00
6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
|
|
it('will not use debugging functions')
|
|
->expect(['dd', 'dump', 'ray'])
|
|
->each->not->toBeUsed();
|