From c7324fc67df55acf43c1ee25033ad5c3e88c3e8a Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 03:24:01 -0700 Subject: [PATCH] Created Php spec plugin (markdown) --- Php-spec-plugin.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Php-spec-plugin.md diff --git a/Php-spec-plugin.md b/Php-spec-plugin.md new file mode 100644 index 0000000..1618d4e --- /dev/null +++ b/Php-spec-plugin.md @@ -0,0 +1,5 @@ +Runs [PHP Spec](http://www.phpspec.net/) tests against your build. + +### Configuration Options: + +* **bootstrap** - Optional - Path to a PHPSpec bootstrap file. \ No newline at end of file