jorgegc / phing-phpunit
A collection of PHPUnit targets for Phing.
1.0.0
2015-08-26 05:28 UTC
Requires
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-03-29 21:04:19 UTC
README
Overview
A collection of PHPUnit targets for Phing.
Installation
This project can be checked out with Composer.
"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:
<import file="vendor/jorgegc/phing-phpunit/build.xml" optional="true" />
Usage
To get a list of tasks.
phing -l