Fix SpecialPageFatalTest failing on unrelated deprecations
Bug: T236809 Change-Id: Ibf8175c957a51befe4c4853814502bccb5d17991
This commit is contained in:
parent
bbce47b29d
commit
9cc1cd36c0
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ class SpecialPageFatalTest extends MediaWikiTestCase {
|
|||
parent::setUp();
|
||||
// FIXME: Acknowledge known non-fatal query (T248191)
|
||||
$this->setMwGlobals( 'wgDBerrorLog', false );
|
||||
// Deprecations don't matter for what this test cares about. This made browser tests fail
|
||||
// on many occasions already. (T236809)
|
||||
$this->filterDeprecated( '//' );
|
||||
}
|
||||
|
||||
public function provideSpecialPages() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue