Merge PR #1112 branch 'bantu/ticket/11240' into develop-olympus

* bantu/ticket/11240:
  [ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.
This commit is contained in:
Oleg Pudeyev 2012-12-04 00:40:32 -05:00
commit e64c5117b9
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
stopOnFailure="false"
syntaxCheck="true"
strict="true"
verbose="true"
bootstrap="../tests/bootstrap.php">
<testsuites>
<testsuite name="phpBB Test Suite">

View file

@ -9,6 +9,7 @@
stopOnFailure="false"
syntaxCheck="true"
strict="true"
verbose="true"
bootstrap="../tests/bootstrap.php">
<testsuites>
<testsuite name="phpBB Test Suite">