Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 755 Bytes

Shmoogle Member Map

Installation

Copy the extension to phpBB/ext/davidiq/Shmoogle

Go to "ACP" > "Customise" > "Extensions" and enable the "Shmoogle Member Map" extension.

Tests and Continuous Integration

We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the phpBB development wiki. To run the tests locally, you need to install phpBB from its Git repository. Afterwards run the following command from the phpBB Git repository's root:

Windows:

phpBB\vendor\bin\phpunit.bat -c phpBB\ext\davidiq\Shmoogle\phpunit.xml.dist

others:

phpBB/vendor/bin/phpunit -c phpBB/ext/davidiq/Shmoogle/phpunit.xml.dist

License

GPLv2