Drop deprecated EnableAPI and EnableWriteAPI settings
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiUploadTestCase.php
index 3c7efd5..cf56052 100644 (file)
@@ -12,7 +12,6 @@ abstract class ApiUploadTestCase extends ApiTestCase {
 
                $this->setMwGlobals( [
                        'wgEnableUploads' => true,
-                       'wgEnableAPI' => true,
                ] );
 
                $this->clearFakeUploads();