@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace PhpSpellCheck\Utils; |
4 | 4 | |
5 | -use PhpSpellCheck\Exception\ProcessFailedException; |
|
6 | 5 | use PHPUnit\Framework\TestCase; |
6 | +use PhpSpellCheck\Exception\ProcessFailedException; |
|
7 | 7 | use Symfony\Component\Process\Process; |
8 | 8 | |
9 | 9 | class ProcessRunnerTest extends TestCase |