From 8a6262a8c38c7f1e8a87b370411ccf9b7b158db3 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Mon, 28 May 2018 21:22:00 +0200 Subject: [PATCH] Phing > tests > update name of property with path (tests_framework.path > tests.framework.path) & ignore /build directory --- .gitignore | 6 ++++++ phing/properties.dist | 2 +- phing/tests.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 950e56e..818a538 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,12 @@ /.php_cs.cache +# ----------------------------------------------------------------------------- +### Build files +# ----------------------------------------------------------------------------- +/build/ + + # ---------------------------------------------------------------------------------------------------------------------- ### Generated databases # ---------------------------------------------------------------------------------------------------------------------- diff --git a/phing/properties.dist b/phing/properties.dist index d823a6e..8d72bf2 100644 --- a/phing/properties.dist +++ b/phing/properties.dist @@ -98,7 +98,7 @@ dir.data.temporary = ${dir.data}/tmp # Path of the framework used to run unit tests # -tests_framework.path = ./vendor/bin/codecept +tests.framework.path = ./vendor/bin/codecept # Path of the PHP Coding Standards Fixer (http://cs.sensiolabs.org) # diff --git a/phing/tests.xml b/phing/tests.xml index d705e43..1589cf9 100644 --- a/phing/tests.xml +++ b/phing/tests.xml @@ -213,7 +213,7 @@ - +