Add @covers tags to media tests
[lhc/web/wiklou.git] / tests / phpunit / includes / media / PNGTest.php
index afc338e..4933f32 100644 (file)
@@ -139,9 +139,10 @@ class PNGHandlerTest extends MediaWikiMediaTestCase {
        }
 
        /**
-        * @param $filename string
-        * @param $expectedLength float
+        * @param string $filename
+        * @param float $expectedLength
         * @dataProvider provideGetLength
+        * @covers PNGHandler::getLength
         */
        public function testGetLength( $filename, $expectedLength ) {
                $file = $this->dataFile( $filename, 'image/png' );