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 @@ - - -