@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\PhpUnitWatcher\Screens; |
| 4 | 4 | |
| 5 | -use Symfony\Component\Process\Process; |
|
| 6 | 5 | use Spatie\PhpUnitWatcher\Notification; |
| 6 | +use Symfony\Component\Process\Process; |
|
| 7 | 7 | |
| 8 | 8 | class Phpunit extends Screen |
| 9 | 9 | { |
@@ -4,10 +4,10 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Clue\React\Stdio\Stdio; |
| 6 | 6 | use React\EventLoop\Factory; |
| 7 | -use Symfony\Component\Finder\Finder; |
|
| 8 | 7 | use Spatie\PhpUnitWatcher\Screens\Phpunit; |
| 9 | -use Yosymfony\ResourceWatcher\ResourceWatcher; |
|
| 8 | +use Symfony\Component\Finder\Finder; |
|
| 10 | 9 | use Yosymfony\ResourceWatcher\ResourceCacheMemory; |
| 10 | +use Yosymfony\ResourceWatcher\ResourceWatcher; |
|
| 11 | 11 | |
| 12 | 12 | class Watcher |
| 13 | 13 | { |