Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 944d6c8

Browse files
committed
Fix phpunit
1 parent 0d2a979 commit 944d6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
failOnRisky="true"
66
failOnWarning="true"

0 commit comments

Comments
 (0)