From 44ab070fe8cbbe20b593e9a8ab51178375c5890d Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 03:29:06 -0700 Subject: [PATCH] Created Php unit plugin (markdown) --- Php-unit-plugin.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Php-unit-plugin.md 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