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

5 lines
75 B
PHP

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