aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/checkImages.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/checkImages.php')
-rw-r--r--maintenance/checkImages.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintenance/checkImages.php b/maintenance/checkImages.php
index 2aae7809931d..a9b48bc3c24e 100644
--- a/maintenance/checkImages.php
+++ b/maintenance/checkImages.php
@@ -23,7 +23,9 @@
use MediaWiki\FileRepo\File\FileSelectQueryBuilder;
+// @codeCoverageIgnoreStart
require_once __DIR__ . '/Maintenance.php';
+// @codeCoverageIgnoreEnd
/**
* Maintenance script to check images to see if they exist, are readable, etc.
@@ -86,5 +88,7 @@ class CheckImages extends Maintenance {
}
}
+// @codeCoverageIgnoreStart
$maintClass = CheckImages::class;
require_once RUN_MAINTENANCE_IF_MAIN;
+// @codeCoverageIgnoreEnd