Let TextContentTest extends MediaWikiLangTestCase
There is signature expansion, which fails on $wgLanguageCode = 'de'; Change-Id: I827693a9f872219b983c62f4d3483e67ed9e8a2f
This commit is contained in:
parent
a47c1a8313
commit
2316a649d4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
* @group Database
|
* @group Database
|
||||||
* ^--- needed, because we do need the database to test link updates
|
* ^--- needed, because we do need the database to test link updates
|
||||||
*/
|
*/
|
||||||
class TextContentTest extends MediaWikiTestCase {
|
class TextContentTest extends MediaWikiLangTestCase {
|
||||||
protected $context;
|
protected $context;
|
||||||
|
|
||||||
protected function setUp() {
|
protected function setUp() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue