Skip to content

Commit 3ffb939

Browse files
authored
Update PHPUnit (gnikyt#894)
1 parent dd4792e commit 3ffb939

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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/9.3/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
44
backupGlobals="false"
55
backupStaticAttributes="false"
6-
bootstrap="vendor/autoload.php"
76
colors="true"
87
convertErrorsToExceptions="true"
98
convertNoticesToExceptions="true"

0 commit comments

Comments
 (0)