Tests still passing
This commit is contained in:
@@ -20,7 +20,7 @@ class GeocodeTest extends KernelTestCase
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
$kernel = new AppKernel('test', true);
|
||||
$kernel = new AppKernel('test', false);
|
||||
$kernel->boot();
|
||||
$this->geocoder = $kernel->getContainer()->get(Geocoder::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user