diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2014-11-12 20:24:08 +0100 |
---|---|---|
committer | umherirrender <umherirrender_de.wp@web.de> | 2014-11-12 20:24:08 +0100 |
commit | aa09312ac0fa42d2b591882b734e8c572e15fbfe (patch) | |
tree | a0f95d58bdcbc0590f2b0e4a0110396d13cc5e77 /tests/phpunit/includes/api/ApiUploadTest.php | |
parent | e8ba3bba342933084b0b6622b2e69ae12a9134ac (diff) | |
download | mediawikicore-aa09312ac0fa42d2b591882b734e8c572e15fbfe.tar.gz mediawikicore-aa09312ac0fa42d2b591882b734e8c572e15fbfe.zip |
Remove require_once from some tests by adding classes to TestsAutoLoader
Change-Id: If6d0a72acb98e0971fcce2facb239b67cbe639a5
Diffstat (limited to 'tests/phpunit/includes/api/ApiUploadTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiUploadTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/api/ApiUploadTest.php b/tests/phpunit/includes/api/ApiUploadTest.php index 8ea761f8a707..7fdefb6cad46 100644 --- a/tests/phpunit/includes/api/ApiUploadTest.php +++ b/tests/phpunit/includes/api/ApiUploadTest.php @@ -17,8 +17,6 @@ // @todo Port the other Upload tests, and other API tests to this framework -require_once 'ApiTestCaseUpload.php'; - /** * @group Database * @group Broken |