X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FGIFTest.php;h=7cd9caf52fde2510b5550537e34f30786914944e;hp=aaa3ac4ded8e62e8749ccdcf6e9ca7127b08f3b6;hb=699a2f6db472d44bea310a626b9c68a7224fea3a;hpb=c368a4313b4183af56b0d566e1f7529ba997a110;ds=sidebyside diff --git a/tests/phpunit/includes/media/GIFTest.php b/tests/phpunit/includes/media/GIFTest.php index aaa3ac4ded..7cd9caf52f 100644 --- a/tests/phpunit/includes/media/GIFTest.php +++ b/tests/phpunit/includes/media/GIFTest.php @@ -153,6 +153,7 @@ class GIFHandlerTest extends MediaWikiMediaTestCase { * @param string $filename * @param float $expectedLength * @dataProvider provideGetLength + * @covers GIFHandler::getLength */ public function testGetLength( $filename, $expectedLength ) { $file = $this->dataFile( $filename, 'image/gif' );