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 aaa06ed commit 45e2200Copy full SHA for 45e2200
phpunit.xml.dist
@@ -1,13 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
4
- backupGlobals="false"
5
bootstrap="vendor/autoload.php"
6
colors="true"
7
- processIsolation="false"
8
- stopOnFailure="false"
9
cacheDirectory=".phpunit.cache"
10
- backupStaticProperties="false"
11
>
12
<coverage/>
13
<testsuites>
0 commit comments