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
7 lines
119 B
PHP
7 lines
119 B
PHP
<?php
|
|
|
|
/**
|
|
* For backward compatibility since 1.31
|
|
*/
|
|
abstract class ApiTestCaseUpload extends ApiUploadTestCase {
|
|
}
|