Hi, is there a particular reason to keep the components tests in a separated tests folder? Autoloading or something like that?
I think it would make sense to move the tests into the components (like it's already the case with the bundles) as this would make it possible maybe later to separate the components library and maybe even the bundles into separate git repositories. This way you can use some of them as a git submodule in other projects without the need for the complete code. For example if I only need the Finder component in a small project it is ugly to clone the entire repository.. To be honest I also ask such weird questions because I'm about to setup my own OSS components/bundles library and try to collect some best practice ideas before I run into repository and code moving nightmare.. Of course for Symfony2 I can imagine that there is no interest to split the repository some day. regards, Matthias -- 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
