phpunit-auto

0.0.2 • Public • Published

Install

$ npm install -g ngyuki/node-phpunit-auto

Usage

$ phpunit-auto <path>... [--] [options]...

Options

path

Watching paths.

options

PHPUnit command line options.

Example

1. execute phpunit -c tests/ --colors with watching src/ and tests/.

$ phpunit-auto src/ tests/ -c tests/ --colors

2. execute phpunit tests/ with watching src/ and tests/.

$ phpunit-auto src/ tests/ -- tests/

Readme

Keywords

Package Sidebar

Install

npm i phpunit-auto

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • ngyuki