Daniel@0: getEnvironment(), array('dev', 'test'))) { Daniel@0: $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle(); Daniel@0: $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle(); Daniel@0: $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle(); Daniel@0: } Daniel@0: Daniel@0: return $bundles; Daniel@0: } Daniel@0: Daniel@0: public function registerContainerConfiguration(LoaderInterface $loader) Daniel@0: { Daniel@0: $loader->load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml'); Daniel@0: } Daniel@0: }