Skip to content

Commit

Permalink
[TASK] Sync the PHPUnit configuration file version with the package
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Feb 2, 2024
1 parent 9648ced commit 2fb7f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd">
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd">
<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
Expand Down

0 comments on commit 2fb7f72

Please sign in to comment.