/phpbb-ext-robo-qnck

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Robo QuickNick

Installation

Copy the extension to phpBB/ext/robo/qnck

Go to "ACP" > "Customise" > "Extensions" and enable the "Robo QuickNick" 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 Developer Docs. 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\robo\qnck\phpunit.xml.dist

others:

phpBB/vendor/bin/phpunit -c phpBB/ext/robo/qnck/phpunit.xml.dist

License

GPLv2