Stop writing to tablesUsed in tests

Bug: T351733
Change-Id: I0cefa7108296cbf2cd6221d2457396ab30a320fa
This commit is contained in:
Umherirrender 2024-01-20 12:38:26 +01:00
parent 58db958f5c
commit 2222799fa4

View file

@ -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
*/