@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Snapshots; |
4 | 4 | |
5 | +use PHPUnit\Framework\ExpectationFailedException; |
|
5 | 6 | use ReflectionClass; |
7 | +use Spatie\Snapshots\Drivers\JsonDriver; |
|
6 | 8 | use Spatie\Snapshots\Drivers\VarDriver; |
7 | 9 | use Spatie\Snapshots\Drivers\XmlDriver; |
8 | -use Spatie\Snapshots\Drivers\JsonDriver; |
|
9 | -use PHPUnit\Framework\ExpectationFailedException; |
|
10 | 10 | |
11 | 11 | trait MatchesSnapshots |
12 | 12 | { |