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/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i phpunit-auto

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • ngyuki