< Extension:MWUnit
This page details the steps to install MWUnit on your wiki. MWUnit can be installed like any other extension.
Prerequisites
To be able to install MWUnit, you must be running at least PHP 7.0.0 and MediaWiki 1.31.0 (older versions may work, but are not supported or tested).
Installation
- Download and place the file(s) in a directory called
MWUnit
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'MWUnit' );
file: - Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.