diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2024-09-27 12:12:27 -0400 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2024-09-27 16:19:10 -0400 |
commit | 9e5c1e8ac75872d8ac1fcd2808cd0a2a3c3a7aee (patch) | |
tree | 3dd4e6a56186491dbfdc70da94306643d6d89b73 /tests/phpunit/includes/content/WikitextContentHandlerTest.php | |
parent | efd9035b81d4fe092e62260074890a32efb5fb97 (diff) | |
download | mediawikicore-9e5c1e8ac75872d8ac1fcd2808cd0a2a3c3a7aee.tar.gz mediawikicore-9e5c1e8ac75872d8ac1fcd2808cd0a2a3c3a7aee.zip |
Add namespace to IDBAccessObject and DBAccessObjectUtils
Bug: T353458
Change-Id: I23cf7991f8792d4d000d1780463d8ce76dc0aee0
Diffstat (limited to 'tests/phpunit/includes/content/WikitextContentHandlerTest.php')
-rw-r--r-- | tests/phpunit/includes/content/WikitextContentHandlerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/content/WikitextContentHandlerTest.php b/tests/phpunit/includes/content/WikitextContentHandlerTest.php index e9227a7cedf1..9a0c0bfc9451 100644 --- a/tests/phpunit/includes/content/WikitextContentHandlerTest.php +++ b/tests/phpunit/includes/content/WikitextContentHandlerTest.php @@ -10,6 +10,7 @@ use MediaWiki\Parser\ParserOutputFlags; use MediaWiki\Title\Title; use MediaWiki\Title\TitleFactory; use MediaWiki\User\UserIdentity; +use Wikimedia\Rdbms\IDBAccessObject; use Wikimedia\TestingAccessWrapper; /** |