@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace Dynamic\Locator\Tests; |
4 | 4 | |
5 | 5 | use Dynamic\Locator\LocationCategory; |
6 | -use Dynamic\SilverStripeGeocoder\GoogleGeocoder; |
|
7 | -use SilverStripe\Core\Config\Config; |
|
8 | -use SilverStripe\Dev\SapphireTest; |
|
9 | 6 | use SilverStripe\Forms\FieldList; |
10 | 7 | use SilverStripe\Security\Member; |
11 | 8 |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Dynamic\Locator\Tests; |
4 | 4 | |
5 | -use Dynamic\SilverStripeGeocoder\GoogleGeocoder; |
|
6 | -use SilverStripe\Core\Config\Config; |
|
7 | -use SilverStripe\Dev\SapphireTest; |
|
8 | 5 | use Dynamic\Locator\Location; |
9 | 6 | use SilverStripe\Security\Member; |
10 | 7 |