grunt-phpspec

0.0.3 • Public • Published

grunt-phpspec Build Status

Grunt plugin for running PHPSpec.

This plugin is developed for Grunt 0.4.1 and is not tested for backward compatibility with Grunt 0.3.x.

Getting Started

  1. Install this grunt plugin with the following command:

    npm install grunt-phpspec --save-dev
  2. Install PHPSpec (preferably with composer)

  3. Add this to your project's Gruntfile.js gruntfile:

    grunt.loadNpmTasks('grunt-phpspec');

PHPSpec task

Run this task with the grunt phpspec command.

This task is a multi task so any targets, files and options should be specified according to the multi task documentation.

Usage Example

phpspec: {
    app: {
        specs: 'specs/'
    },
    options: {
        prefix: 'bin/'
    }
}

Target Properties

specs

Type: String

The directory where containing Specs to be run.

Options

prefix

Type: String Default: ''

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-phpspec

Weekly Downloads

2

Version

0.0.3

License

none

Last publish

Collaborators

  • jrcryer