diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 00:41:05 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 00:41:05 -0500 |
commit | 913a2a773a9b6321f6614111ea5ec09f5682d013 (patch) | |
tree | adfdb084c763a049f2e6176439651a5aa961e613 | |
parent | 49f29259003da180c008a6bb6e0d5605c3a79bd9 (diff) | |
parent | e64c5117b9748208a87df80aff6012f3aae573ad (diff) | |
download | forums-913a2a773a9b6321f6614111ea5ec09f5682d013.tar forums-913a2a773a9b6321f6614111ea5ec09f5682d013.tar.gz forums-913a2a773a9b6321f6614111ea5ec09f5682d013.tar.bz2 forums-913a2a773a9b6321f6614111ea5ec09f5682d013.tar.xz forums-913a2a773a9b6321f6614111ea5ec09f5682d013.zip |
Merge PR #1112 branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.
-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"> |