mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-15 02:03:58 +00:00
8e09acc804
The test suite set $wgTitleBlacklistSources with a fixture source of directories. Unfortunately when running tests from MediaWiki core the TitleBlacklist has already been set with empty value and thus setting the global is a noop. That later causes a test to fail because the blacklist is emtpy. Add TitleBlacklistTest::destroySingleton() so a test can reset the singleton when changing $wgTitleBlacklistSources. Since that is solely for testing, throw an exception unless we had MW_PHPUNIT_TEST defined. Bug: T155980 Change-Id: I99c3185811ed7b2225953fa6960096985e97c4d2 |
||
---|---|---|
api | ||
i18n | ||
modules | ||
tests/phpunit | ||
.gitignore | ||
.gitreview | ||
.jshintrc | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
mw.ext.TitleBlacklist.lua | ||
package.json | ||
TitleBlacklist.hooks.php | ||
TitleBlacklist.library.php | ||
TitleBlacklist.list.php | ||
TitleBlacklist.php | ||
TitleBlacklistAuthenticationRequest.php | ||
TitleBlacklistPreAuthenticationProvider.php |