Skip to content

Commit

Permalink
Fixes #121
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Feb 10, 2018
1 parent 841fd42 commit 8487330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Providers/GeocoderServiceTest.php
Expand Up @@ -4,7 +4,7 @@
use Geocoder\Laravel\Exceptions\InvalidDumperException;
use Geocoder\Laravel\Facades\Geocoder;
use Geocoder\Laravel\ProviderAndDumperAggregator;
use Geocoder\Laravel\Tests\FeatureTestCase;
use Geocoder\Laravel\Tests\UnitTestCase;
use Geocoder\Laravel\Providers\GeocoderService;
use Geocoder\Model\Coordinates;
use Geocoder\Provider\Chain\Chain;
Expand All @@ -22,7 +22,7 @@
* @SuppressWarnings(PHPMD.TooManyMethods)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class GeocoderServiceTest extends FeatureTestCase
class GeocoderServiceTest extends UnitTestCase
{
public function testItReverseGeocodesCoordinates()
{
Expand Down

0 comments on commit 8487330

Please sign in to comment.