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 3fe9d4f commit ca1fd17Copy full SHA for ca1fd17
phpunit.xml.dist
@@ -14,6 +14,9 @@
14
>
15
<php>
16
<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" />
20
21
<env name="TARANTOOL_HOST" value="127.0.0.1" />
22
<env name="TARANTOOL_PORT" value="3301" />
0 commit comments