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