aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiUsageExceptionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/api/ApiUsageExceptionTest.php')
-rw-r--r--tests/phpunit/includes/api/ApiUsageExceptionTest.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/phpunit/includes/api/ApiUsageExceptionTest.php b/tests/phpunit/includes/api/ApiUsageExceptionTest.php
index fad33b8fa52a..341bb6b68b74 100644
--- a/tests/phpunit/includes/api/ApiUsageExceptionTest.php
+++ b/tests/phpunit/includes/api/ApiUsageExceptionTest.php
@@ -1,5 +1,13 @@
<?php
+namespace MediaWiki\Tests\Api;
+
+use ApiMessage;
+use ApiUsageException;
+use MediaWiki\Message\Message;
+use MediaWikiIntegrationTestCase;
+use StatusValue;
+
/**
* @covers \ApiUsageException
*/