diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2023-11-21 08:58:31 -0500 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2023-11-21 09:02:48 -0500 |
commit | 4ed5ca48b1607124cce9c9e55169622d50d4e62f (patch) | |
tree | f34034d3b2196946b2946d7380b0b284c7554485 /tests/phpunit/includes/content/TextContentTest.php | |
parent | 5c9dd5fef6673075924fab2cd4b65eac925565d1 (diff) | |
download | mediawikicore-4ed5ca48b1607124cce9c9e55169622d50d4e62f.tar.gz mediawikicore-4ed5ca48b1607124cce9c9e55169622d50d4e62f.zip |
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
Bug: T342301
Change-Id: I5ea01f7ee103570165261bde0965c5b65e04c369
Diffstat (limited to 'tests/phpunit/includes/content/TextContentTest.php')
-rw-r--r-- | tests/phpunit/includes/content/TextContentTest.php | 4 |
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' ); |