From c5b42017d2a78de66296e67dff9552c3ea0d9f3c Mon Sep 17 00:00:00 2001 From: Meritoo Date: Mon, 28 May 2018 17:03:19 +0200 Subject: [PATCH] Phing > tests > do not create database (for code coverage) --- .phing/properties.dist | 4 ---- .phing/tests.xml | 15 ++------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.phing/properties.dist b/.phing/properties.dist index 99977a9..9ef38c9 100644 --- a/.phing/properties.dist +++ b/.phing/properties.dist @@ -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 diff --git a/.phing/tests.xml b/.phing/tests.xml index 3482177..7e53b15 100644 --- a/.phing/tests.xml +++ b/.phing/tests.xml @@ -213,7 +213,6 @@ - @@ -222,19 +221,9 @@ - - - - - - - - - - - - +