aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/pruneFileCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/pruneFileCache.php')
-rw-r--r--maintenance/pruneFileCache.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintenance/pruneFileCache.php b/maintenance/pruneFileCache.php
index a4cd9f543434..648f6b72089e 100644
--- a/maintenance/pruneFileCache.php
+++ b/maintenance/pruneFileCache.php
@@ -21,7 +21,9 @@
* @ingroup Maintenance
*/
+// @codeCoverageIgnoreStart
require_once __DIR__ . '/Maintenance.php';
+// @codeCoverageIgnoreEnd
/**
* Maintenance script that prunes file cache for pages, objects, resources, etc.
@@ -108,5 +110,7 @@ class PruneFileCache extends Maintenance {
}
}
+// @codeCoverageIgnoreStart
$maintClass = PruneFileCache::class;
require_once RUN_MAINTENANCE_IF_MAIN;
+// @codeCoverageIgnoreEnd