MediaWiki master
dumpTextPass.php
Go to the documentation of this file.
1<?php
28
29// @codeCoverageIgnoreStart
30require_once __DIR__ . '/includes/TextPassDumper.php';
31
32$maintClass = TextPassDumper::class;
33require_once RUN_MAINTENANCE_IF_MAIN;
34// @codeCoverageIgnoreEnd
$maintClass