From 94a5c86ceb1df59c3f2a0b2b54ebd21569276908 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 20 Jan 2024 12:27:39 +0100 Subject: [PATCH] Stop writing to tablesUsed in tests Bug: T351733 Change-Id: I4e8feb7f60b45bb7fe5259d72ee29d964caefdfd --- tests/phpunit/ThreadItemStoreTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/phpunit/ThreadItemStoreTest.php b/tests/phpunit/ThreadItemStoreTest.php index 548bedb5c..5d00651a6 100644 --- a/tests/phpunit/ThreadItemStoreTest.php +++ b/tests/phpunit/ThreadItemStoreTest.php @@ -14,17 +14,6 @@ use TestUser; */ class ThreadItemStoreTest extends IntegrationTestCase { - /** @var @inheritDoc */ - protected $tablesUsed = [ - 'user', - 'page', - 'revision', - 'discussiontools_items', - 'discussiontools_item_pages', - 'discussiontools_item_revisions', - 'discussiontools_item_ids', - ]; - /** * @dataProvider provideInsertCases */