@@ -11,19 +11,13 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Totem\Snapshotter; |
| 13 | 13 | |
| 14 | -use InvalidArgumentException; |
|
| 15 | - |
|
| 16 | 14 | use Symfony\Component\PropertyAccess\PropertyPath; |
| 17 | 15 | use Symfony\Component\PropertyAccess\PropertyAccess; |
| 18 | 16 | use Symfony\Component\PropertyAccess\PropertyAccessor; |
| 19 | -use Symfony\Component\PropertyAccess\Exception\ExceptionInterface; |
|
| 20 | - |
|
| 21 | 17 | use Totem\Snapshot; |
| 22 | 18 | use Totem\Snapshotter; |
| 23 | 19 | use Totem\UnsupportedDataException; |
| 24 | -use Totem\UnsupportedSnapshotException; |
|
| 25 | 20 | use Totem\UnavailableSnapshotterException; |
| 26 | - |
|
| 27 | 21 | use Totem\Snapshot\CollectionSnapshot; |
| 28 | 22 | |
| 29 | 23 | final class CollectionSnapshotter implements Snapshotter |
@@ -12,9 +12,7 @@ |
||
| 12 | 12 | namespace Totem; |
| 13 | 13 | |
| 14 | 14 | use stdClass; |
| 15 | - |
|
| 16 | 15 | use PHPUnit_Framework_TestCase; |
| 17 | - |
|
| 18 | 16 | use Totem\Snapshot\ArraySnapshot; |
| 19 | 17 | use Totem\Snapshot\ObjectSnapshot; |
| 20 | 18 | use Totem\Snapshot\CollectionSnapshot; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use ReflectionMethod; |
| 15 | 15 | use ReflectionProperty; |
| 16 | - |
|
| 17 | 16 | use PHPUnit_Framework_TestCase; |
| 18 | 17 | |
| 19 | 18 | class AbstractSnapshotTest extends PHPUnit_Framework_TestCase |