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