Hey all, Would it make sense to add PHPUnit in the Symfony2 vendor directory and to add a phpunit binary in the project root directory?
This would have two benefits: - all developers use exactly the same version of PHPUnit - bugs in PHPUnit can be fixed easier. Right now, most people probably use the PEAR version of PHPUnit. Installing a separate version of PHPUnit in a writeable directory, making it work, testing it against a bug and fixing that bug takes a lot of time. When PHPUnit is under vendor/, this is much easier. Bernhard -- 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
