Refactoring: extract process handling from async job.
This commit is contained in:
5
tests/Unit/RulesTest.php
Normal file
5
tests/Unit/RulesTest.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
test('globals')
|
||||
->expect(['dd', 'dump', 'ray'])
|
||||
->not->toBeUsed();
|
||||
Reference in New Issue
Block a user