mirror of
https://github.com/jlengrand/coolify.git
synced 2026-03-10 15:48:55 +00:00
6 lines
75 B
PHP
6 lines
75 B
PHP
<?php
|
|
|
|
test('globals')
|
|
->expect(['dd', 'dump'])
|
|
->not->toBeUsed();
|