MediaWiki master
dumpTextPass.php
Go to the documentation of this file.
1<?php
14
15// @codeCoverageIgnoreStart
16require_once __DIR__ . '/includes/TextPassDumper.php';
17
18$maintClass = TextPassDumper::class;
19require_once RUN_MAINTENANCE_IF_MAIN;
20// @codeCoverageIgnoreEnd
$maintClass