coolify/tests/Unit/RulesTest.php
2023-08-29 14:36:17 +02:00

6 lines
75 B
PHP

<?php
test('globals')
->expect(['dd', 'dump'])
->not->toBeUsed();