aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/runBatchedQuery.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/runBatchedQuery.php')
-rw-r--r--maintenance/runBatchedQuery.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintenance/runBatchedQuery.php b/maintenance/runBatchedQuery.php
index b52103e93cac..d1094b8d4e34 100644
--- a/maintenance/runBatchedQuery.php
+++ b/maintenance/runBatchedQuery.php
@@ -23,7 +23,9 @@
* @ingroup Maintenance
*/
+// @codeCoverageIgnoreStart
require_once __DIR__ . '/Maintenance.php';
+// @codeCoverageIgnoreEnd
use Wikimedia\Rdbms\Platform\ISQLPlatform;
@@ -117,5 +119,7 @@ class RunBatchedQuery extends Maintenance {
}
}
+// @codeCoverageIgnoreStart
$maintClass = RunBatchedQuery::class;
require_once RUN_MAINTENANCE_IF_MAIN;
+// @codeCoverageIgnoreEnd