aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiEntryPointTest.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2024-02-16 19:35:21 +0000
committerReedy <reedy@wikimedia.org>2024-02-18 15:47:04 +0000
commit75640200fbe8086c7fa71dd0c0b3751752c1843c (patch)
tree4da31ad0214062f66da5d167222ac270544b51f9 /tests/phpunit/includes/api/ApiEntryPointTest.php
parentd431e802d50596ead1e42af485c14de350ee21d1 (diff)
downloadmediawikicore-75640200fbe8086c7fa71dd0c0b3751752c1843c.tar.gz
mediawikicore-75640200fbe8086c7fa71dd0c0b3751752c1843c.zip
tests: Namespace api tests
Bug: T357823 Change-Id: I0d7cc2c9b166d5e5b913c1305f7cee017fe377af
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;