We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbfb21 commit c1e2efeCopy full SHA for c1e2efe
phpunit.xml.dist
@@ -1,14 +1,10 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
5
bootstrap="vendor/autoload.php"
6
- backupGlobals="false"
7
colors="true"
8
- processIsolation="false"
9
- stopOnFailure="false"
10
cacheDirectory=".phpunit.cache"
11
- backupStaticProperties="false"
12
>
13
<coverage>
14
<report>
0 commit comments