From 66ac85e025a541c237692e7cd0e564c94b2317e4 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 20 Jan 2024 12:46:35 +0100 Subject: [PATCH] Stop writing to tablesUsed in tests Bug: T351733 Change-Id: If99bfa771835f1738d1b88245c154a500722f8ef --- tests/phpunit/ApiVisualEditorTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/phpunit/ApiVisualEditorTest.php b/tests/phpunit/ApiVisualEditorTest.php index f523939e61..f295ea0690 100644 --- a/tests/phpunit/ApiVisualEditorTest.php +++ b/tests/phpunit/ApiVisualEditorTest.php @@ -19,9 +19,6 @@ class ApiVisualEditorTest extends ApiTestCase { /** @var ScopedCallback|null */ private $scopedCallback; - /** @var @inheritDoc */ - protected $tablesUsed = [ 'page', 'revision' ]; - protected function setUp(): void { parent::setUp(); $this->scopedCallback = ExtensionRegistry::getInstance()->setAttributeForTest(