From c9026b26395a65184550055d9a01bdf9dbd30861 Mon Sep 17 00:00:00 2001 From: tjallingt Date: Mon, 6 Aug 2018 12:12:02 +0200 Subject: [PATCH] move phpunit.xml --- .travis.yml | 2 +- phpunit.xml | 18 ++++++++++++++++++ tests/phpunit.xml | 18 ------------------ 3 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 phpunit.xml delete mode 100644 tests/phpunit.xml diff --git a/.travis.yml b/.travis.yml index 7e56b90b..1f85fe63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - phpenv config-rm xdebug.ini script: - - vendor/bin/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml + - vendor/bin/phpunit - php vendor/bin/phpcpd --exclude tests --exclude vendor . - php vendor/bin/phploc src/. - mkdir -p tests/build/dependences diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..36b9775c --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,18 @@ + + + + ./tests/src + + + + + ./src + + + + + + + + + diff --git a/tests/phpunit.xml b/tests/phpunit.xml deleted file mode 100644 index 6c8f23e5..00000000 --- a/tests/phpunit.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - ./src - - - - - ./../src/ - - - - - - - - -