aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/TextContentTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/content/TextContentTest.php')
-rw-r--r--tests/phpunit/includes/content/TextContentTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/phpunit/includes/content/TextContentTest.php b/tests/phpunit/includes/content/TextContentTest.php
index d8a92d906434..ecb5f6bb7db2 100644
--- a/tests/phpunit/includes/content/TextContentTest.php
+++ b/tests/phpunit/includes/content/TextContentTest.php
@@ -15,10 +15,6 @@ class TextContentTest extends MediaWikiLangTestCase {
protected function setUp(): void {
parent::setUp();
- // trigger purging of all page related tables
- $this->tablesUsed[] = 'page';
- $this->tablesUsed[] = 'revision';
-
// Anon user
$user = new User();
$user->setName( '127.0.0.1' );