jorgegc / phing-behat
A collection of Behat targets for Phing.
Installs: 3 995
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- drupal/drupal-extension: ~3.0
This package is not auto-updated.
Last update: 2025-03-29 18:57:12 UTC
README
Overview
A collection of Behat targets for Phing.
Installation
This project can be checked out with Composer.
"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:
<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:
- behat.yml
- behat.example.yml
Usage
To get a list of tasks.
phing -l