Skip to content

ngyuki/node-phpunit-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/