getEnvironment(), array('test'))) { $bundles[] = new FrameworkBundle(); $bundles[] = new PcmGeocodeBundle(); } return $bundles; } /** * @param LoaderInterface $loader */ public function registerContainerConfiguration(LoaderInterface $loader) { $loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml'); } }