From bc54f734e2ee5b74f8bdd70ade2f5440d30d1544 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Mon, 28 May 2018 16:56:59 +0200 Subject: [PATCH] Phing > update properties.dist > remove unnecessary properties and disabled code --- .phing/properties.dist | 22 +------------- .phing/tests.xml | 65 ------------------------------------------ 2 files changed, 1 insertion(+), 86 deletions(-) diff --git a/.phing/properties.dist b/.phing/properties.dist index db05a3a..99977a9 100644 --- a/.phing/properties.dist +++ b/.phing/properties.dist @@ -102,27 +102,7 @@ dir.data.temporary = ${dir.data}/tmp # tests.database = ${dir.data.temporary}/database.sqlite -# -# Disabled, because unnecessary right now -# PHPUnit is installed and loaded by Composer -# -# Krzysztof Niziol -# 2017-02-22 -# -# Run PHPUnit using exec task instead of phpunitTask -#phpunit.useExec = false - -# -# Disabled, because unnecessary right now -# We want generate code coverage always -# -# Krzysztof Niziol -# 2017-02-22 -# -# Collect coverage data during tests -#phpunit.withCoverage = true - -# Path of the PHPUnit (https://phpunit.de) +# Path of the PHPUnit # phpUnit.path = ./vendor/bin/phpunit diff --git a/.phing/tests.xml b/.phing/tests.xml index 4567626..3482177 100644 --- a/.phing/tests.xml +++ b/.phing/tests.xml @@ -235,71 +235,6 @@ - - -