I am working on a php project in magento2. I am using mock objects for writing unit test cases. I came to know that when i generate code coverage report, Mocked classes and methods do not show as covered in code coverage reports, Is there any way we can show these ?
I looked into official repo and it's mentioned as default behaviour.
Reference: https://github.com/sebastianbergmann/phpunit-mock-objects/issues/123
Any help much appreciated!
Thanks