wiki.techinc.nl/tests/phpunit/includes/api/ApiTestCaseUpload.php
Umherirrender 040063a4ba Rename ApiTestCaseUpload
Having *TestCase at end of the class name makes it easier to detect it
as TestCase class

Change-Id: Ic7ae7328e729c0f2d97afcf7c5be793d6a8df58f
2018-03-16 18:40:38 +01:00

8 lines
120 B
PHP

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