Refactoring: extract process handling from async job.

This commit is contained in:
Joao Patricio
2023-03-21 09:56:49 +00:00
parent 83a7ef21f3
commit cf121062a1
6 changed files with 34 additions and 14 deletions

5
tests/Unit/RulesTest.php Normal file
View File

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