Always log locally during test run
This commit is contained in:
parent
898a1ce545
commit
39fb738945
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ composer.phar
|
|||
/tests/results.html
|
||||
/tests/*.jar
|
||||
VERSION
|
||||
airtime_mvc/tests/log/*.log
|
||||
|
|
0
airtime_mvc/tests/log/.keep
Normal file
0
airtime_mvc/tests/log/.keep
Normal 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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue