In Symfony2 every bundle gives a folder named Tests. Can any body explain how to run those cases. I tried, with following links but no success.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
phpunit -c app/run at the root of your Symfony install will run all tests for Bundles in the src/ directory.If you’d like to run the tests of a particular Bundle then from your application root you can use