aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/logging/LogPageTest.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2023-11-21 08:58:31 -0500
committerJames D. Forrester <jforrester@wikimedia.org>2023-11-21 09:02:48 -0500
commit4ed5ca48b1607124cce9c9e55169622d50d4e62f (patch)
treef34034d3b2196946b2946d7380b0b284c7554485 /tests/phpunit/integration/includes/logging/LogPageTest.php
parent5c9dd5fef6673075924fab2cd4b65eac925565d1 (diff)
downloadmediawikicore-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/integration/includes/logging/LogPageTest.php')
-rw-r--r--tests/phpunit/integration/includes/logging/LogPageTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/integration/includes/logging/LogPageTest.php b/tests/phpunit/integration/includes/logging/LogPageTest.php
index 39ad9cf92a40..6b37cedb3b0f 100644
--- a/tests/phpunit/integration/includes/logging/LogPageTest.php
+++ b/tests/phpunit/integration/includes/logging/LogPageTest.php
@@ -30,7 +30,6 @@ class LogPageTest extends \MediaWikiIntegrationTestCase {
'test_test' => 'testing-log-restriction'
]
] );
- $this->tablesUsed[] = 'logging';
}
/**