For some reason I can't get things working to run unit tests. I have phpunit 3.7.10 installed and I have set up a clean SF 2.1 installation as follows:
$ php composer.phar create-project symfony/framework-standard-edition Symfony2.1/ 2.1.6 $ cd Symfony2.1 $ curl -s http://getcomposer.org/installer | php $ php composer.phar --dev install $ phpunit At this point I get the "usage" prompt with all the arguments for using phpunit. My understanding from the docs (http://symfony.com/doc/current/contributing/code/tests.html) is that I run this in the root Symfony folder. Am I missing something obvious here? Duane -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en