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