From bd534c04098a2fb72a6c91bc1ea7e8054a2e82b5 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 5 May 2017 13:20:43 -0700 Subject: [PATCH] phpunit: Fix broken @covers for swapICCProfile in JpegTest Follows-up a428e3f067. Change-Id: I5755dc560fbb3314578775839b02653a4e2113d5 --- tests/phpunit/includes/media/JpegTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1