mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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.
This commit is contained in:
commit
913a2a773a
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
stopOnFailure="false"
|
stopOnFailure="false"
|
||||||
syntaxCheck="true"
|
syntaxCheck="true"
|
||||||
strict="true"
|
strict="true"
|
||||||
|
verbose="true"
|
||||||
bootstrap="../tests/bootstrap.php">
|
bootstrap="../tests/bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
stopOnFailure="false"
|
stopOnFailure="false"
|
||||||
syntaxCheck="true"
|
syntaxCheck="true"
|
||||||
strict="true"
|
strict="true"
|
||||||
|
verbose="true"
|
||||||
bootstrap="../tests/bootstrap.php">
|
bootstrap="../tests/bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
|
|
Loading…
Add table
Reference in a new issue