phpunit-watchr

0.4.0 • Public • Published

phpunit-watchr

A NodeJS app to watch directories and run PHPUnit tests.

Build Status

Installation

The following command will install the application. Use -g to install as a global binary.

[sudo] npm install [-g] phpunit-watchr

Running The Server

Running the app is easy. If you installed globally, then starting the app is as easy as:

phpunit-watchr [path] [phpunit-configuration]

The path and phpunit-configuration will default to ./tests and --colors respectively.

Example usage

Setting path:

phpunit-watchr './php/tests'

Setting paths:

phpunit-watchr ./php/tests,./tests

Setting PHPUnit configuration:

phpunit-watchr './php/tests' '--strict --colors'

Future Features

  • Notification integration

Licence

This project is licensed under MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    2
  • 0.3.0
    2
  • 0.2.0
    3
  • 0.1.0
    3

Package Sidebar

Install

npm i phpunit-watchr

Weekly Downloads

10

Version

0.4.0

License

MIT

Last publish

Collaborators

  • jrcryer