Skip to content

Commit d365eba

Browse files
committed
minor #165 chore: Update to PHPUnit 10 (theofidry)
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
2 parents 92333ac + 0b3439a commit d365eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

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

0 commit comments

Comments
 (0)