diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2018-03-16 18:40:38 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2018-03-16 18:40:38 +0100 |
commit | 040063a4ba7bc9775ebf5efd393b2076c59345a7 (patch) | |
tree | c308bb3ec34c3b0aa232480122c0bd7e82d22045 /tests/phpunit/includes/api/ApiUploadTest.php | |
parent | 464889102e49ba7785f8ce52ac1a6e01cac35f12 (diff) | |
download | mediawikicore-040063a4ba7bc9775ebf5efd393b2076c59345a7.tar.gz mediawikicore-040063a4ba7bc9775ebf5efd393b2076c59345a7.zip |
Rename ApiTestCaseUpload
Having *TestCase at end of the class name makes it easier to detect it
as TestCase class
Change-Id: Ic7ae7328e729c0f2d97afcf7c5be793d6a8df58f
Diffstat (limited to 'tests/phpunit/includes/api/ApiUploadTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiUploadTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/ApiUploadTest.php b/tests/phpunit/includes/api/ApiUploadTest.php index 345f19675c95..41c9aed46cc3 100644 --- a/tests/phpunit/includes/api/ApiUploadTest.php +++ b/tests/phpunit/includes/api/ApiUploadTest.php @@ -22,7 +22,7 @@ * * @covers ApiUpload */ -class ApiUploadTest extends ApiTestCaseUpload { +class ApiUploadTest extends ApiUploadTestCase { /** * Testing login * XXX this is a funny way of getting session context |