wiki.techinc.nl/tests/phpunit/includes/api/ApiTestCaseUpload.php
James D. Forrester 225b462a50 Drop deprecated EnableAPI and EnableWriteAPI settings
The siteinfo API response's 'writeapi' value is now hard-set to true,
as are the ResourceLoader variables wgEnableAPI and wgEnableWriteAPI,
to be deprecated later.

Bug: T115414
Change-Id: I54ff9428b247ba203d67aba079149393f323d5a9
2018-04-18 00:30:34 +00:00

7 lines
119 B
PHP

<?php
/**
* For backward compatibility since 1.31
*/
abstract class ApiTestCaseUpload extends ApiUploadTestCase {
}