Always log locally during test run

This commit is contained in:
Lucas Bickel 2017-03-02 16:45:34 +01:00
parent 898a1ce545
commit 39fb738945
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ composer.phar
/tests/results.html
/tests/*.jar
VERSION
airtime_mvc/tests/log/*.log

View File

View File

@ -18,6 +18,7 @@
<env name="ENVIRONMENT" value="testing"/>
<env name="AIRTIME_UNIT_TEST" value="1"/>
<env name="LIBRETIME_CONF_DIR" value="./conf"/>
<env name="LIBRETIME_LOG_DIR" value="./log"/>
</php>
<!-- Disabling broken code coverage report. It's not using our autoloader for some reason...