aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/findDeprecated.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/findDeprecated.php')
-rw-r--r--maintenance/findDeprecated.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintenance/findDeprecated.php b/maintenance/findDeprecated.php
index 0eea3d29a234..3687fb236678 100644
--- a/maintenance/findDeprecated.php
+++ b/maintenance/findDeprecated.php
@@ -23,8 +23,10 @@
* @phan-file-suppress PhanUndeclaredProperty Lots of custom properties
*/
+// @codeCoverageIgnoreStart
require_once __DIR__ . '/Maintenance.php';
require_once __DIR__ . '/../vendor/autoload.php';
+// @codeCoverageIgnoreEnd
/**
* A PHPParser node visitor that associates each node with its file name.
@@ -203,5 +205,7 @@ class FindDeprecated extends Maintenance {
}
}
+// @codeCoverageIgnoreStart
$maintClass = FindDeprecated::class;
require_once RUN_MAINTENANCE_IF_MAIN;
+// @codeCoverageIgnoreEnd