refactoring

This commit is contained in:
Andras Bacsai
2023-08-29 14:36:17 +02:00
parent 2f9b7b188a
commit 291b9a84ef
23 changed files with 409 additions and 240 deletions

View File

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