Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 7f4d56e

Browse files
committed
Increase error reporting for PHPUnit with HHVM
1 parent 2c2cc49 commit 7f4d56e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
<php>
2525
<ini name="date.timezone" value="UTC"/>
26+
<ini name="error_reporting" value="E_ALL"/>
2627
<ini name="max_execution_time" value="360"/>
2728

2829
<!-- OB_ENABLED should be enabled for some tests to check if all

0 commit comments

Comments
 (0)