From ddc5fdee6d6e73c1e6136be80cfb4c1709b2cf88 Mon Sep 17 00:00:00 2001 From: Raissa North Date: Thu, 18 Jan 2018 09:49:41 +1300 Subject: [PATCH] Add phpunit configuration bootstrap file, delete changelog file --- .travis.yml | 2 +- changelog.md | 9 --------- phpunit.xml.dist | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 changelog.md create mode 100644 phpunit.xml.dist diff --git a/.travis.yml b/.travis.yml index 1ce0f6e..a0f1190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - composer validate - if [[ $DB == "PGSQL" ]]; then composer require --no-update silverstripe/postgresql 2.0.x-dev; fi - - if [[ $DB == "SUBSITES" ]]; then composer require --no-update silverstripe/subsites 2.0.x-dev; fi + - if [[ $SUBSITES ]]; then composer require --no-update silverstripe/subsites 2.0.x-dev; fi - composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile script: diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 6fa94ba..0000000 --- a/changelog.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -This project adheres to [Semantic Versioning](http://semver.org/). - -## [1.0.0-rc1] - - * Initial release candidate diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..8700f65 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,14 @@ + + + tests/ + + + + + src/ + + tests/ + + + +