Phing Behat
Overview
A collection of Behat targets for Phing., (*1)
Installation
This project can be checked out with Composer., (*2)
"require": {
"jorgegc/phing-behat": "*"
}
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-behat/build.xml" optional="true" />
We also provide some template files that should be added to the root
of your project. These files are:, (*4)
- behat.yml
- behat.example.yml
Usage
To get a list of tasks., (*5)
phing -l