Phing > tests > do not create database (for code coverage)

This commit is contained in:
Meritoo
2018-05-28 17:03:19 +02:00
parent bc54f734e2
commit c5b42017d2
2 changed files with 2 additions and 17 deletions

View File

@@ -98,10 +98,6 @@ dir.data.temporary = ${dir.data}/tmp
# Testing
# --------------------------------------------------------------------------------
# Test database path
#
tests.database = ${dir.data.temporary}/database.sqlite
# Path of the PHPUnit
#
phpUnit.path = ./vendor/bin/phpunit