Closed miduddin closed 8 months ago
Tested with phpunit 5.7.27
Example XML from this phpunit version:
<?xml version="1.0" encoding="UTF-8"?> <testsuites> <testsuite name="SomeClassTest" file="/path/to/SomeClassTest.php" tests="1" assertions="5" failures="0" errors="0" time="0.039746"> <testcase name="test_some_case" class="HttpClientTest" file="/path/to/SomeClassTest.php" line="20" assertions="5" time="0.039746"/> </testsuite> </testsuites>
Amazing! Thank you.
Tested with phpunit 5.7.27
Example XML from this phpunit version: