@@ -13,18 +13,14 @@ |
||
13 | 13 | |
14 | 14 | use Countable; |
15 | 15 | use ArrayAccess; |
16 | - |
|
17 | 16 | use ArrayIterator; |
18 | 17 | use IteratorAggregate; |
19 | - |
|
20 | 18 | use RuntimeException; |
21 | 19 | use OutOfBoundsException; |
22 | 20 | use BadMethodCallException; |
23 | - |
|
24 | 21 | use Totem\Change\Removal; |
25 | 22 | use Totem\Change\Addition; |
26 | 23 | use Totem\Change\Modification; |
27 | - |
|
28 | 24 | use Totem\SetInterface; |
29 | 25 | use Totem\AbstractSnapshot; |
30 | 26 | 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 |
@@ -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; |
@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace Totem\Snapshot; |
13 | 13 | |
14 | 14 | use stdClass; |
15 | -use ReflectionMethod; |
|
16 | - |
|
17 | 15 | use PHPUnit_Framework_TestCase; |
18 | 16 | |
19 | 17 | class ObjectSnapshotTest extends PHPUnit_Framework_TestCase |
@@ -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; |
@@ -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 |