Skip to content

Commit 37fa0c8

Browse files
author
Daniel Gomes
committed
some tweaks to phpunit.xml.dist
1 parent 0a339ed commit 37fa0c8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

phpunit.xml.dist

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd"
3+
<phpunit bootstrap="vendor/autoload.php"
54
backupGlobals="false"
5+
backupStaticAttributes="false"
66
colors="true"
7-
bootstrap="vendor/autoload.php"
8-
failOnRisky="true"
9-
failOnWarning="true"
10-
>
7+
verbose="true"
8+
convertErrorsToExceptions="true"
9+
convertNoticesToExceptions="true"
10+
convertWarningsToExceptions="true"
11+
processIsolation="false"
12+
stopOnFailure="false">
1113
<testsuites>
1214
<testsuite name="PHP Collections Test Suite">
1315
<directory>./tests/</directory>

0 commit comments

Comments
 (0)