Remove excess code
This commit is contained in:
@@ -23,12 +23,11 @@ class GeocodeTest extends KernelTestCase
|
|||||||
$kernel = new AppKernel('test', false);
|
$kernel = new AppKernel('test', false);
|
||||||
$kernel->boot();
|
$kernel->boot();
|
||||||
$this->geocoder = $kernel->getContainer()->get('pcm_geocode.geocoder');
|
$this->geocoder = $kernel->getContainer()->get('pcm_geocode.geocoder');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGeocodeInstance(): void
|
public function testGeocodeInstance(): void
|
||||||
{
|
{
|
||||||
$this->assertInstanceOf(\Pcm\GeocodeBundle\Service\Geocoder::class, $this->geocoder);
|
$this->assertInstanceOf(Geocoder::class, $this->geocoder);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGeocodePostcodeThrowsOnInvalidInput(): void
|
public function testGeocodePostcodeThrowsOnInvalidInput(): void
|
||||||
|
|||||||
Reference in New Issue
Block a user