diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiUploadTestCase.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiUploadTestCase.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/ApiUploadTestCase.php b/tests/phpunit/includes/api/ApiUploadTestCase.php index 3c7efd57682b..cf56052a55c8 100644 --- a/tests/phpunit/includes/api/ApiUploadTestCase.php +++ b/tests/phpunit/includes/api/ApiUploadTestCase.php @@ -12,7 +12,6 @@ abstract class ApiUploadTestCase extends ApiTestCase { $this->setMwGlobals( [ 'wgEnableUploads' => true, - 'wgEnableAPI' => true, ] ); $this->clearFakeUploads(); |