diff options
Diffstat (limited to 'tests/phpunit/includes')
-rw-r--r-- | tests/phpunit/includes/content/TextContentTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/content/TextContentTest.php b/tests/phpunit/includes/content/TextContentTest.php index 52e168b3fff0..dd03340b9a10 100644 --- a/tests/phpunit/includes/content/TextContentTest.php +++ b/tests/phpunit/includes/content/TextContentTest.php @@ -5,7 +5,7 @@ * @group Database * ^--- needed, because we do need the database to test link updates */ -class TextContentTest extends MediaWikiTestCase { +class TextContentTest extends MediaWikiLangTestCase { protected $context; protected function setUp() { |