coolify/tests/Unit/RulesTest.php

6 lines
82 B
PHP
Raw Normal View History

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