Skip to content

Commit

Permalink
minor #165 chore: Update to PHPUnit 10 (theofidry)
Browse files Browse the repository at this point in the history
This PR was merged into the 0.4-dev branch.

Discussion
----------

chore: Update to PHPUnit 10

- [ ] Depends on #164

Commits
-------

0b3439a chore: Update to PHPUnit 10
  • Loading branch information
chalasr committed Dec 30, 2023
2 parents 92333ac + 0b3439a commit d365eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php"
Expand Down

0 comments on commit d365eba

Please sign in to comment.