Is there any known way to get some kind of Code Coverage statistics in the Doctrine Unittests?
There is a directory called “Coverage” in the “tests”-dir, but I have no idea how to get that working, if possible at all.
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.
I’ve found the method. Actually it’s pretty simple…
When running from the browser, add
to the URL.
When running from commandline, use the
flag