X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Futils%2FZipDirectoryReaderTest.php;h=9f18e5af359c1463188e20b9d32d7a5c6067b8e6;hb=4ccb228bde9294d96d;hp=7e74d96091e37cdcb5615f3da92749dbcb9523bb;hpb=a85d1b9d0cd7f02111d3a647d5b91e3b1f334563;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php index 7e74d96091..9f18e5af35 100644 --- a/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php +++ b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php @@ -4,7 +4,10 @@ * @covers ZipDirectoryReader * NOTE: this test is more like an integration test than a unit test */ -class ZipDirectoryReaderTest extends PHPUnit_Framework_TestCase { +class ZipDirectoryReaderTest extends PHPUnit\Framework\TestCase { + + use MediaWikiCoversValidator; + protected $zipDir; protected $entries;