Skip to content

Commit c1e2efe

Browse files
committed
Update phpunit.xml.dist to PHPUnit 11.5 schema and remove deprecated attributes
1 parent 8dbfb21 commit c1e2efe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
55
bootstrap="vendor/autoload.php"
6-
backupGlobals="false"
76
colors="true"
8-
processIsolation="false"
9-
stopOnFailure="false"
107
cacheDirectory=".phpunit.cache"
11-
backupStaticProperties="false"
128
>
139
<coverage>
1410
<report>

0 commit comments

Comments
 (0)