Mautic Pull Request Tester
Mautic Pull Request Tester is an app, which will let you test simple pull requests from the GitHub repository for Mautic.
- Download this repo, or copy the contents of the
tester.php
file into a new file. - Unzip downloaded package somewhere on your computer.
- Upload the unzipped tester.php to the folder on your server where your existing Mautic instance is installed.
- Go to the URL where your Mautic runs and add
/tester.php
behind the last slash. Example:https://www.mautic.myweb.com/tester.php
.
- Add a PR to your Mautic instance by entering the number for a pull request.
- Click Apply PR.
- Remove a PR from your Mautic instance by entering the same number you applied previously.
- Click Remove PR.
Example:
3343
will test https://www.github.com/mautic/mautic/pull/3343