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
Describe the bug
I'm using the phing-3.0.0-RC3.phar from the releases github page. After running some phpunit tests using the phpunit task and trying to generate a noframes html from the test results xml file, a php error is dumped (see below).
Steps To Reproduce
Create a simple build.xml file to run phpunit tests:
Describe the bug
I'm using the phing-3.0.0-RC3.phar from the releases github page. After running some phpunit tests using the phpunit task and trying to generate a noframes html from the test results xml file, a php error is dumped (see below).
Steps To Reproduce
Create a simple build.xml file to run phpunit tests:
Expected behavior
PHPUnit test case report is generated from xml file to html no frames file.
Screenshots / terminal output
Additional context
After changing this xslt file:
To this (I added xmlns:php="http://php.net/xsl"):
It will now successfully generate the html reports.
The text was updated successfully, but these errors were encountered: