Skip to content

Commit ca1fd17

Browse files
author
Eugene Leonovich
committed
Update phpunit.xml.dist to to display all php errors
1 parent 3fe9d4f commit ca1fd17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
>
1515
<php>
1616
<ini name="date.timezone" value="UTC" />
17+
<ini name="display_errors" value="On" />
18+
<ini name="display_startup_errors" value="On" />
19+
<ini name="error_reporting" value="E_ALL" />
1720

1821
<env name="TARANTOOL_HOST" value="127.0.0.1" />
1922
<env name="TARANTOOL_PORT" value="3301" />

0 commit comments

Comments
 (0)