We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a339ed commit 37fa0c8Copy full SHA for 37fa0c8
phpunit.xml.dist
@@ -1,13 +1,15 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd"
+<phpunit bootstrap="vendor/autoload.php"
5
backupGlobals="false"
+ backupStaticAttributes="false"
6
colors="true"
7
- bootstrap="vendor/autoload.php"
8
- failOnRisky="true"
9
- failOnWarning="true"
10
->
+ verbose="true"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
11
+ processIsolation="false"
12
+ stopOnFailure="false">
13
<testsuites>
14
<testsuite name="PHP Collections Test Suite">
15
<directory>./tests/</directory>
0 commit comments