diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2024-08-10 08:47:59 +0330 |
---|---|---|
committer | Ebrahim <ebrahim@gnu.org> | 2024-08-10 10:08:22 +0000 |
commit | 697e19e461186e9b0c80c612ac7d48daef81f126 (patch) | |
tree | 8765003d3aecceb1a687de269d025e150f49a016 /tests/phpunit/structure/ExtensionJsonValidationTest.php | |
parent | e340634274d3666336572b6ebbeddec9c6ccaae5 (diff) | |
download | mediawikicore-697e19e461186e9b0c80c612ac7d48daef81f126.tar.gz mediawikicore-697e19e461186e9b0c80c612ac7d48daef81f126.zip |
Add MediaWiki\Registration namespace to registration classes
Bug: T353458
Change-Id: Ifa3b6a6e0353bb4ce21a3f4456f1fc696c8d377c
Diffstat (limited to 'tests/phpunit/structure/ExtensionJsonValidationTest.php')
-rw-r--r-- | tests/phpunit/structure/ExtensionJsonValidationTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/phpunit/structure/ExtensionJsonValidationTest.php b/tests/phpunit/structure/ExtensionJsonValidationTest.php index 781b1fd6f743..6e9c09cb1452 100644 --- a/tests/phpunit/structure/ExtensionJsonValidationTest.php +++ b/tests/phpunit/structure/ExtensionJsonValidationTest.php @@ -16,6 +16,10 @@ * http://www.gnu.org/copyleft/gpl.html */ +use MediaWiki\Registration\ExtensionJsonValidationError; +use MediaWiki\Registration\ExtensionJsonValidator; +use MediaWiki\Registration\ExtensionRegistry; + /** * Validates all loaded extensions and skins using the ExtensionRegistry * against the extension.json schema in the docs/ folder. |