filament-oauth2/tests/ArchTest.php
2025-11-09 20:10:34 +01:00

6 lines
111 B
PHP

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