aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/media/GIFHandlerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/media/GIFHandlerTest.php')
-rw-r--r--tests/phpunit/includes/media/GIFHandlerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/media/GIFHandlerTest.php b/tests/phpunit/includes/media/GIFHandlerTest.php
index b9059e32a834..7345212bde40 100644
--- a/tests/phpunit/includes/media/GIFHandlerTest.php
+++ b/tests/phpunit/includes/media/GIFHandlerTest.php
@@ -80,7 +80,6 @@ class GIFHandlerTest extends MediaWikiMediaTestCase {
}
public function provideIsFileMetadataValid() {
- // phpcs:disable Generic.Files.LineLength
return [
[ '0', GIFHandler::METADATA_GOOD ],
[ '', GIFHandler::METADATA_BAD ],
@@ -107,7 +106,6 @@ class GIFHandlerTest extends MediaWikiMediaTestCase {
}
public static function provideGetSizeAndMetadata() {
- // phpcs:disable Generic.Files.LineLength
return [
[
'nonanimated.gif',