Having *TestCase at end of the class name makes it easier to detect it as TestCase class Change-Id: Ic7ae7328e729c0f2d97afcf7c5be793d6a8df58f
8 lines
120 B
PHP
8 lines
120 B
PHP
<?php
|
|
|
|
/**
|
|
* For backward compatibility since 1.31
|
|
*/
|
|
abstract class ApiTestCaseUpload extends ApiUploadTestCase {
|
|
|
|
}
|