diff --git a/Php-unit-plugin.md b/Php-unit-plugin.md new file mode 100644 index 0000000..ff19b91 --- /dev/null +++ b/Php-unit-plugin.md @@ -0,0 +1,10 @@ +Runs PHPUnit tests against your build. + +### Configuration Options: + +* **directory** - Optional - The directory (or array of dirs) to run PHPUnit on +* **config** - Optional - Path to a PHP Unit XML configuration file. +* **run_from** - Optional - When running PHPUnit with an XML config, the command is run from this directory +* **path** - Optional - In cases where tests files are in a sub path of the /tests path, allows this path to be set in the config. +* **args** - Optional - Command line args (in string format) to pass to PHP Unit +* **coverage** - Optional - Value for the `--coverage-html` command line flag. \ No newline at end of file