From 2222799fa423a29eae3960e459438c970a161357 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 20 Jan 2024 12:38:26 +0100 Subject: [PATCH] Stop writing to tablesUsed in tests Bug: T351733 Change-Id: I0cefa7108296cbf2cd6221d2457396ab30a320fa --- tests/phpunit/OATHAuthModuleRegistryTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/phpunit/OATHAuthModuleRegistryTest.php b/tests/phpunit/OATHAuthModuleRegistryTest.php index b08f84ef..30aae400 100644 --- a/tests/phpunit/OATHAuthModuleRegistryTest.php +++ b/tests/phpunit/OATHAuthModuleRegistryTest.php @@ -26,9 +26,6 @@ use Wikimedia\Rdbms\IConnectionProvider; * @group Database */ class OATHAuthModuleRegistryTest extends MediaWikiIntegrationTestCase { - /** @var string[] */ - protected $tablesUsed = [ 'oathauth_types' ]; - /** * @covers \MediaWiki\Extension\OATHAuth\OATHAuthModuleRegistry::getModuleIds */