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 812f7f1 commit 2242f81Copy full SHA for 2242f81
phpunit.xml.dist
@@ -7,12 +7,19 @@ and open the template in the editor.
7
8
<!-- see http://www.phpunit.de/wiki/Documentation -->
9
<phpunit bootstrap="./vendor/autoload.php"
10
- colors="false"
+ colors="true"
11
convertErrorsToExceptions="true"
12
convertNoticesToExceptions="true"
13
convertWarningsToExceptions="true"
14
+ testdox="true"
15
stopOnFailure="false">
16
17
+ <php>
18
+ <ini name="display_errors" value="On" />
19
+ <ini name="display_startup_errors" value="On" />
20
+ <ini name="error_reporting" value="E_ALL" />
21
+ </php>
22
+
23
<filter>
24
<whitelist>
25
<directory>./src</directory>
0 commit comments