aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/registration/VersionCheckerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/unit/includes/registration/VersionCheckerTest.php')
-rw-r--r--tests/phpunit/unit/includes/registration/VersionCheckerTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/phpunit/unit/includes/registration/VersionCheckerTest.php b/tests/phpunit/unit/includes/registration/VersionCheckerTest.php
index 5930d1dfaadb..e19fee4f39c3 100644
--- a/tests/phpunit/unit/includes/registration/VersionCheckerTest.php
+++ b/tests/phpunit/unit/includes/registration/VersionCheckerTest.php
@@ -177,7 +177,6 @@ class VersionCheckerTest extends MediaWikiUnitTestCase {
[
'incompatible' => 'FakeExtension',
'type' => 'incompatible-extensions',
- // phpcs:ignore Generic.Files.LineLength.TooLong
'msg' => 'FakeExtension is not compatible with the current installed version of FakeDependency (1.0.0), it requires: 2.0.0.',
],
],
@@ -214,7 +213,6 @@ class VersionCheckerTest extends MediaWikiUnitTestCase {
[
'missing' => 'phpMissingExtension',
'type' => 'missing-phpExtension',
- // phpcs:ignore Generic.Files.LineLength.TooLong
'msg' => 'FakeExtension requires phpMissingExtension PHP extension to be installed.',
],
],
@@ -275,7 +273,6 @@ class VersionCheckerTest extends MediaWikiUnitTestCase {
[
'missing' => 'missingAbilityWithMessage',
'type' => 'missing-ability',
- // phpcs:ignore Generic.Files.LineLength.TooLong
'msg' => 'FakeExtension requires "missingAbilityWithMessage" ability: Missing.',
],
],