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