Ian's PullTester

Disclaimer? This is a personal project ! It is not supported by or affiliated to the Joomla! Project or Open Source Matters.

The purpose of this script is running the Joomla! platform code style and unit tests against the currently open pull requests.

This is based on Ian McLennan's PullTester. I really admire him for his innovative ideas (like this thingy).

Requirements:

Setup

Edit the config.dist.php, set the required paths and rename it to config.php.

Execute

cd to the src path and run

pulltester.php

Optional arguments:

  • --update Update the repository

  • --reset [hard] Reset the data. hard will nuke everything !

  • --pull <number> Process only a specific pull

  • -v Verbose

have Fun =;)