phpunit: Fix broken @covers for swapICCProfile in JpegTest
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 5 May 2017 20:20:43 +0000 (13:20 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 5 May 2017 20:20:43 +0000 (13:20 -0700)
Follows-up a428e3f067.

Change-Id: I5755dc560fbb3314578775839b02653a4e2113d5

tests/phpunit/includes/media/JpegTest.php

index b0f40ef..abe0280 100644 (file)
@@ -54,7 +54,7 @@ class JpegTest extends MediaWikiMediaTestCase {
 
        /**
         * @dataProvider provideSwappingICCProfile
-        * @covers ExifBitmapHandler::swapICCProfile
+        * @covers JpegHandler::swapICCProfile
         */
        public function testSwappingICCProfile(
                $sourceFilename, $controlFilename, $newProfileFilename, $oldProfileName