summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/utils/ZipDirectoryReaderTest.php')
-rw-r--r--tests/phpunit/includes/utils/ZipDirectoryReaderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php
index 34ffb535..05d07d45 100644
--- a/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php
+++ b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php
@@ -4,7 +4,7 @@
* @covers ZipDirectoryReader
* NOTE: this test is more like an integration test than a unit test
*/
-class ZipDirectoryReaderTest extends MediaWikiTestCase {
+class ZipDirectoryReaderTest extends PHPUnit_Framework_TestCase {
protected $zipDir;
protected $entries;