olimorris / neotest-phpunit

🧪 Neotest adapter for PHPUnit
MIT License
29 stars 22 forks source link

Support older phpunit version #22

Closed miduddin closed 5 months ago

miduddin commented 5 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>
olimorris commented 5 months ago

Amazing! Thank you.