Add @covers tags to media tests
[lhc/web/wiklou.git] / tests / phpunit / includes / media / GIFTest.php
index f24b68b..7cd9caf 100644 (file)
@@ -150,9 +150,10 @@ class GIFHandlerTest extends MediaWikiMediaTestCase {
        }
 
        /**
-        * @param $filename string
-        * @param $expectedLength float
+        * @param string $filename
+        * @param float $expectedLength
         * @dataProvider provideGetLength
+        * @covers GIFHandler::getLength
         */
        public function testGetLength( $filename, $expectedLength ) {
                $file = $this->dataFile( $filename, 'image/gif' );