Yes, but there was (AFAIK) restriction in Kernel to load Profiler bundle ONLY for dev envs. So config can't change that, as classes are not even loaded in test env.
On Feb 9, 1:22 pm, Christophe COEVOET <[email protected]> wrote: > Le 09/02/2011 13:19, Venzon a crit :> if ('dev' === $this->getEnvironment()) { > > $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle(); > > } > > > ok seems that I did find it in kernel > > my fault > > Oh, I missed this change in the sandbox. > But this seems weird as the test environment is likely to import the dev > config which contains the webprofiler configuration. > > -- > Christophe | Stof -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
