Fix SpecialPageFatalTest failing on unrelated deprecations

Bug: T236809
Change-Id: Ibf8175c957a51befe4c4853814502bccb5d17991
This commit is contained in:
Thiemo Kreuz 2020-05-29 08:16:51 +02:00
parent bbce47b29d
commit 9cc1cd36c0

View file

@ -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() {