Merge "tests: stop updating the search engine"
This commit is contained in:
commit
88174b1a82
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ class TestSetup {
|
|||
global $wgMainStash;
|
||||
global $wgLanguageConverterCacheType, $wgUseDatabaseMessages;
|
||||
global $wgLocaltimezone, $wgLocalisationCacheConf;
|
||||
global $wgSearchType;
|
||||
global $wgDevelopmentWarnings;
|
||||
global $wgSessionProviders, $wgSessionPbkdf2Iterations;
|
||||
global $wgJobTypeConf;
|
||||
|
|
@ -50,6 +51,9 @@ class TestSetup {
|
|||
|
||||
$wgLocalisationCacheConf['storeClass'] = 'LCStoreNull';
|
||||
|
||||
// Do not bother updating search tables
|
||||
$wgSearchType = 'SearchEngineDummy';
|
||||
|
||||
// Generic MediaWiki\Session\SessionManager configuration for tests
|
||||
// We use CookieSessionProvider because things might be expecting
|
||||
// cookies to show up in a FauxRequest somewhere.
|
||||
|
|
|
|||
Loading…
Reference in a new issue