From f982b27bce6b4b0aa7aa3c49d042ed0e7f5d8960 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Tue, 8 Jan 2019 09:37:02 +0100 Subject: [PATCH] add configuration.xml Signed-off-by: Jonas Sulzer --- .travis.yml | 2 +- tests/configuration.xml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 tests/configuration.xml diff --git a/.travis.yml b/.travis.yml index f5a11f4..ecee245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ script: # Run phpunit tests - cd tests - - phpunit + - phpunit --configuration configuration.xml # Create coverage report - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" diff --git a/tests/configuration.xml b/tests/configuration.xml new file mode 100644 index 0000000..f0ba5b8 --- /dev/null +++ b/tests/configuration.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + +