Skip to content

Commit 2242f81

Browse files
committed
force error_reporting
1 parent 812f7f1 commit 2242f81

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

phpunit.xml.dist

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ and open the template in the editor.
77

88
<!-- see http://www.phpunit.de/wiki/Documentation -->
99
<phpunit bootstrap="./vendor/autoload.php"
10-
colors="false"
10+
colors="true"
1111
convertErrorsToExceptions="true"
1212
convertNoticesToExceptions="true"
1313
convertWarningsToExceptions="true"
14+
testdox="true"
1415
stopOnFailure="false">
1516

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+
1623
<filter>
1724
<whitelist>
1825
<directory>./src</directory>

0 commit comments

Comments
 (0)