Template
mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-09-19 16:24:10 +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();
|