Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support older phpunit version #22

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Support older phpunit version #22

merged 1 commit into from
Mar 21, 2024

Conversation

miduddin
Copy link
Contributor

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>

Tested with phpunit 5.7.27
@olimorris olimorris merged commit 5799a4e into olimorris:main Mar 21, 2024
4 checks passed
@olimorris
Copy link
Owner

Amazing! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants