previousnext / phing-phpunit
A library PHPUnit targets for Phing.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/previousnext/phing-phpunit
Requires
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2021-02-01 15:11:50 UTC
README
Overview
A library PHPUnit targets for Phing.
Installation
This project can be checked out with Composer.
require: "previousnext/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/previousnext/phing-phpunit/build.xml" optional="true" />
Usage
To get a list of tasks.
phing -l