Tests still passing
This commit is contained in:
@@ -31,7 +31,6 @@ class AppKernel extends Kernel
|
|||||||
*/
|
*/
|
||||||
public function registerContainerConfiguration(LoaderInterface $loader): void
|
public function registerContainerConfiguration(LoaderInterface $loader): void
|
||||||
{
|
{
|
||||||
dump(__DIR__.'/config_'.$this->getEnvironment().'.yml');
|
|
||||||
$loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml');
|
$loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,7 @@ class GeocodeTest extends KernelTestCase
|
|||||||
|
|
||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
$kernel = new AppKernel('test', true);
|
$kernel = new AppKernel('test', false);
|
||||||
$kernel->boot();
|
$kernel->boot();
|
||||||
$this->geocoder = $kernel->getContainer()->get(Geocoder::class);
|
$this->geocoder = $kernel->getContainer()->get(Geocoder::class);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user