diff options
author | 2012-12-04 00:40:24 +0100 | |
---|---|---|
committer | 2012-12-04 00:40:24 +0100 | |
commit | e845e2ed89f75a5c9f14191f833334d84d389faf (patch) | |
tree | a28cf56d27dc6e6f7e2af033881a327a9725f614 /travis | |
parent | Merge remote-tracking branch 'p/ticket/11238-olympus' into develop-olympus (diff) | |
download | phpbb-e845e2ed89f75a5c9f14191f833334d84d389faf.tar.gz phpbb-e845e2ed89f75a5c9f14191f833334d84d389faf.tar.bz2 phpbb-e845e2ed89f75a5c9f14191f833334d84d389faf.zip |
[ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.
PHPBB3-11240
Diffstat (limited to 'travis')
-rw-r--r-- | travis/phpunit-mysql-travis.xml | 1 | ||||
-rw-r--r-- | travis/phpunit-postgres-travis.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/travis/phpunit-mysql-travis.xml b/travis/phpunit-mysql-travis.xml index e54b2bb77b..5366494c8b 100644 --- a/travis/phpunit-mysql-travis.xml +++ b/travis/phpunit-mysql-travis.xml @@ -9,6 +9,7 @@ stopOnFailure="false" syntaxCheck="true" strict="true" + verbose="true" bootstrap="../tests/bootstrap.php"> <testsuites> <testsuite name="phpBB Test Suite"> diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index 55ba996548..0383edd9d6 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -9,6 +9,7 @@ stopOnFailure="false" syntaxCheck="true" strict="true" + verbose="true" bootstrap="../tests/bootstrap.php"> <testsuites> <testsuite name="phpBB Test Suite"> |