library phing-phpunit
A collection of PHPUnit targets for Phing.
jorgegc/phing-phpunit
A collection of PHPUnit targets for Phing.
- Wednesday, August 26, 2015
- by jorgegc
- Repository
- 1 Watchers
- 1 Stars
- 50 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Phing PHPUnit
Overview
A collection of PHPUnit targets for Phing., (*1)
Installation
This project can be checked out with Composer., (*2)
"require": {
"jorgegc/phing-phpunit": "*"
}
If you are already running a Phing build in an existing project why not
include these tasks as well with the following line in your build.xml:, (*3)
<import file="vendor/jorgegc/phing-phpunit/build.xml" optional="true" />
Usage
To get a list of tasks., (*4)
phing -l