jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/352229 )

Change subject: phpunit: Fix broken @covers for swapICCProfile in JpegTest
......................................................................


phpunit: Fix broken @covers for swapICCProfile in JpegTest

Follows-up a428e3f067.

Change-Id: I5755dc560fbb3314578775839b02653a4e2113d5
---
M tests/phpunit/includes/media/JpegTest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/includes/media/JpegTest.php 
b/tests/phpunit/includes/media/JpegTest.php
index b0f40ef..abe0280 100644
--- a/tests/phpunit/includes/media/JpegTest.php
+++ b/tests/phpunit/includes/media/JpegTest.php
@@ -54,7 +54,7 @@
 
        /**
         * @dataProvider provideSwappingICCProfile
-        * @covers ExifBitmapHandler::swapICCProfile
+        * @covers JpegHandler::swapICCProfile
         */
        public function testSwappingICCProfile(
                $sourceFilename, $controlFilename, $newProfileFilename, 
$oldProfileName

-- 
To view, visit https://gerrit.wikimedia.org/r/352229
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5755dc560fbb3314578775839b02653a4e2113d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to