Extension:Doppelganger
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Doppelganger Release status: unmaintained |
|
---|---|
Implementation | API |
Description | Provides test stubs and doubles for Scribunto. |
Author(s) | |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: README, LDoc |
- Please note that development is in a very early stage!
Doppelgänger provides a framework for test stubs and doubles.
Spies work, doubles not ported yet.
Installation
[edit]Doppelgänger depends on modules from the Scribunto extension.
- Download and place the file(s) in a directory called
Doppelganger
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Doppelganger' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Development
[edit]For recreating the Vagrant-based development environment, see Doppelganger: Topics/Vagrant.