coolify/tests/Unit/RulesTest.php

6 lines
75 B
PHP
Raw Normal View History

<?php
test('globals')
2023-08-29 14:36:17 +02:00
->expect(['dd', 'dump'])
->not->toBeUsed();