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 9d5372a commit 3cccd6aCopy full SHA for 3cccd6a
phpunit.xml.dist
@@ -1,14 +1,15 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit backupGlobals="false"
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
5
+ backupGlobals="false"
6
backupStaticAttributes="false"
7
colors="true"
8
convertErrorsToExceptions="true"
9
convertNoticesToExceptions="true"
10
convertWarningsToExceptions="true"
11
processIsolation="false"
12
stopOnFailure="false"
- syntaxCheck="false"
13
bootstrap="vendor/autoload.php"
14
>
15
<testsuites>
0 commit comments