From: Timo Tijhof Date: Fri, 5 May 2017 20:20:43 +0000 (-0700) Subject: phpunit: Fix broken @covers for swapICCProfile in JpegTest X-Git-Tag: 1.31.0-rc.0~3326 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=bd534c04098a2fb72a6c91bc1ea7e8054a2e82b5;p=lhc%2Fweb%2Fwiklou.git phpunit: Fix broken @covers for swapICCProfile in JpegTest Follows-up a428e3f067. Change-Id: I5755dc560fbb3314578775839b02653a4e2113d5 --- diff --git a/tests/phpunit/includes/media/JpegTest.php b/tests/phpunit/includes/media/JpegTest.php index b0f40ef006..abe028088a 100644 --- a/tests/phpunit/includes/media/JpegTest.php +++ b/tests/phpunit/includes/media/JpegTest.php @@ -54,7 +54,7 @@ class JpegTest extends MediaWikiMediaTestCase { /** * @dataProvider provideSwappingICCProfile - * @covers ExifBitmapHandler::swapICCProfile + * @covers JpegHandler::swapICCProfile */ public function testSwappingICCProfile( $sourceFilename, $controlFilename, $newProfileFilename, $oldProfileName