mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 14:06:52 +00:00
Stop writing to tablesUsed in tests
Bug: T351733 Change-Id: If99bfa771835f1738d1b88245c154a500722f8ef
This commit is contained in:
parent
d61f6477bf
commit
66ac85e025
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue