diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiUsageExceptionTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiUsageExceptionTest.php | 8 |
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 */ |