diff options
author | Chad Horohoe <demon@users.mediawiki.org> | 2011-06-02 01:26:26 +0000 |
---|---|---|
committer | Chad Horohoe <demon@users.mediawiki.org> | 2011-06-02 01:26:26 +0000 |
commit | 89529808d8d03f8bcd7809c79dc9a511609881ca (patch) | |
tree | 3347187d1a8e37659de47531bf41cf69fec60fa8 /tests/phpunit/suite.xml | |
parent | 96a947fc7ad2ac5e966c2e65cc3c44642e22148f (diff) | |
download | mediawikicore-89529808d8d03f8bcd7809c79dc9a511609881ca.tar.gz mediawikicore-89529808d8d03f8bcd7809c79dc9a511609881ca.zip |
Make user right selection in installer actually work, thanks Krinkle for spotting this
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89311
Diffstat (limited to 'tests/phpunit/suite.xml')
-rw-r--r-- | tests/phpunit/suite.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index e6649beb33fc..661469fa5787 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -9,7 +9,7 @@ convertWarningsToExceptions="true" stopOnFailure="false" strict="true" - verbose="true"> + verbose="false"> <testsuites> <testsuite name="includes"> <directory>./includes</directory> |