mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02: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
@ -9,6 +9,7 @@
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="true"
|
||||
strict="true"
|
||||
verbose="true"
|
||||
bootstrap="../tests/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="phpBB Test Suite">
|
||||
|
@ -9,6 +9,7 @@
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="true"
|
||||
strict="true"
|
||||
verbose="true"
|
||||
bootstrap="../tests/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="phpBB Test Suite">
|
||||
|
Loading…
x
Reference in New Issue
Block a user