aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiEntryPointTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/api/ApiEntryPointTest.php')
-rw-r--r--tests/phpunit/includes/api/ApiEntryPointTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/includes/api/ApiEntryPointTest.php b/tests/phpunit/includes/api/ApiEntryPointTest.php
index 847ec33b923f..3bb29b8a9184 100644
--- a/tests/phpunit/includes/api/ApiEntryPointTest.php
+++ b/tests/phpunit/includes/api/ApiEntryPointTest.php
@@ -1,5 +1,7 @@
<?php
+namespace MediaWiki\Tests\Api;
+
use MediaWiki\Api\ApiEntryPoint;
use MediaWiki\Request\FauxRequest;
use MediaWiki\Tests\MockEnvironment;