You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
Hi,
I want to test my code coverage, so I am using php unit with xdebug.
I have a function like this:
But when I execute
./vendor/bin/phpunit --coverage-html coverage
, the coverage result is 0%, means that no line was executedWas my test method wrong??
Thank you so much.
The text was updated successfully, but these errors were encountered: