[Pkg-owncloud-commits] [php-sabredav] 32/220: Renamed phpunit.xml to phpunit.xml.dist to be more in line with sabre/skel
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 831ee56a70a8ba87af70cb217c9aa824c39af538
Author: Evert Pot <me at evertpot.com>
Date: Tue Oct 20 16:57:54 2015 -0400
Renamed phpunit.xml to phpunit.xml.dist to be more in line with sabre/skel
---
.travis.yml | 2 +-
tests/{phpunit.xml => phpunit.xml.dist} | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0ffcb88..54b2ade 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,6 @@ before_script:
- composer update --prefer-source $LOWEST_DEPS
script:
- - ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS
+ - ./bin/phpunit --configuration tests/phpunit.xml.dist $TEST_DEPS
- ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
diff --git a/tests/phpunit.xml b/tests/phpunit.xml.dist
similarity index 88%
rename from tests/phpunit.xml
rename to tests/phpunit.xml.dist
index e16ec38..0df4cf1 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml.dist
@@ -1,11 +1,14 @@
+<?xml version="1.0"?>
<phpunit
colors="true"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
- strict="true"
- >
+ beStrictAboutTestsThatDoNotTestAnything="true"
+ beStrictAboutOutputDuringTests="true"
+ beStrictAboutTestSize="true">
+
<testsuite name="sabre-vobject">
<directory>../vendor/sabre/vobject/tests/VObject</directory>
</testsuite>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list