See https://github.com/fabpot/symfony/pull/477 and especially the changed tests in combination with the orm_imports.xml and orm_imports_import.xml fixtures in the Test directory of the DoctrineBundle.
On Sun, 23 Jan 2011 23:26:24 +0100, Benjamin Eberlei <[email protected]> wrote: > Hello, > > I was always under the assumption that the order of the configurations is > from config.yml to config_dev.yml/config_prod.yml. > > However now while testing the new merge method of DoctrineBundle i > realized, config_dev.yml is passed in first, then config.yml. > > Is this the desired result? It would mean that i have to call > array_reverse on $configs to get a meaningful override mechanism to work. > > greetings, > Benjamin -- 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
