diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiProtectTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiProtectTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/includes/api/ApiProtectTest.php b/tests/phpunit/includes/api/ApiProtectTest.php index 55fc76c813df..19129db247ff 100644 --- a/tests/phpunit/includes/api/ApiProtectTest.php +++ b/tests/phpunit/includes/api/ApiProtectTest.php @@ -1,5 +1,7 @@ <?php +namespace MediaWiki\Tests\Api; + use MediaWiki\MainConfigNames; use MediaWiki\Title\Title; |