-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
When I run phpdox 0.6.6 I have two problems:
1 - No information from the PHPUnit enricher
Next to all of my classes it just says UNTESTED. I have PHPUnit 4.1, and its code coverage xml files are in build/coverage/xml
and the relevant portion on my phpdox.xml
is
<enrich base="${basedir}/build">
<source type="phpunit">
<coverage path="coverage/xml" />
</source>
</enrich>
I get no errors thrown when I run phpdox.
2 - Broken Reports link
The top navbar link for reports goes to an ungenerated file. I'm not sure what is supposed to be in that file, but neither a reports.html
nor a reports/index.html
are generated.
Metadata
Metadata
Assignees
Labels
No labels