Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mautic/mautic-tester
Mautic Pull Request Tester
https://github.com/mautic/mautic-tester
Last synced: 3 months ago
JSON representation
Mautic Pull Request Tester
- Host: GitHub
- URL: https://github.com/mautic/mautic-tester
- Owner: mautic
- License: mit
- Archived: true
- Created: 2018-03-17T21:45:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T07:12:29.000Z (over 6 years ago)
- Last Synced: 2024-03-22T22:17:15.612Z (8 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 5
- Watchers: 8
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Mautic](https://www.mautic.org/) Pull Request Tester
Mautic Pull Request Tester is an app, which will let you test simple pull requests from the [GitHub](https://www.github.com/mautic/mautic/pulls/) repository for Mautic.
## How to use it
1. Download this repo, or copy the contents of the `tester.php` file into a new file.
2. Unzip downloaded package somewhere on your computer.
3. Upload the unzipped tester.php to the folder on your server where your existing Mautic instance is installed.
4. Go to the URL where your Mautic runs and add `/tester.php` behind the last slash. Example: `https://www.mautic.myweb.com/tester.php`.#### Applying a PR
1. Add a PR to your Mautic instance by entering the number for a pull request.
2. Click Apply PR.#### Removing a PR
1. Remove a PR from your Mautic instance by entering the same number you applied previously.
2. Click Remove PR.*Example:*
`3343` will test https://www.github.com/mautic/mautic/pull/3343#### Do not use in production environment.