From bc2d6b9b5911bc8710cf53ff8e4ed92123735e02 Mon Sep 17 00:00:00 2001 From: Michal Niewrzal Date: Thu, 29 Sep 2016 16:09:23 +0200 Subject: [PATCH] Add phpunit configuration file (#37) --- .travis.yml | 2 +- phpunit.xml.dist | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml.dist diff --git a/.travis.yml b/.travis.yml index 578baac..981ecf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - composer install script: - - vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist src --bootstrap vendor/autoload.php tests + - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..4438e18 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,14 @@ + + + + + ./tests + + + + + + ./src + + +