Get tests working again
This commit is contained in:
@@ -4,6 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pcm\GeocodeBundle\Tests;
|
||||
|
||||
use Pcm\GeocodeBundle\Data\LatLon;
|
||||
use Pcm\GeocodeBundle\Interface\MappableInterface;
|
||||
use Pcm\GeocodeBundle\Service\Geocoder;
|
||||
use Pcm\GeocodeBundle\Tests\AppKernel;
|
||||
@@ -19,7 +20,7 @@ class GeocodeTest extends KernelTestCase
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
$kernel = new AppKernel('test', false);
|
||||
$kernel = new AppKernel('test', true);
|
||||
$kernel->boot();
|
||||
$this->geocoder = $kernel->getContainer()->get(Geocoder::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user