Always log locally during test run
This commit is contained in:
parent
898a1ce545
commit
39fb738945
|
@ -12,3 +12,4 @@ composer.phar
|
||||||
/tests/results.html
|
/tests/results.html
|
||||||
/tests/*.jar
|
/tests/*.jar
|
||||||
VERSION
|
VERSION
|
||||||
|
airtime_mvc/tests/log/*.log
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
<env name="ENVIRONMENT" value="testing"/>
|
<env name="ENVIRONMENT" value="testing"/>
|
||||||
<env name="AIRTIME_UNIT_TEST" value="1"/>
|
<env name="AIRTIME_UNIT_TEST" value="1"/>
|
||||||
<env name="LIBRETIME_CONF_DIR" value="./conf"/>
|
<env name="LIBRETIME_CONF_DIR" value="./conf"/>
|
||||||
|
<env name="LIBRETIME_LOG_DIR" value="./log"/>
|
||||||
</php>
|
</php>
|
||||||
|
|
||||||
<!-- Disabling broken code coverage report. It's not using our autoloader for some reason...
|
<!-- Disabling broken code coverage report. It's not using our autoloader for some reason...
|
||||||
|
|
Loading…
Reference in New Issue