doghouseagency / phing-drupal-tests
A collection of automated testing targets for Phing.
Package info
github.com/DoghouseMedia/phing-drupal-tests
pkg:composer/doghouseagency/phing-drupal-tests
1.0.2
2021-04-07 01:25 UTC
This package is auto-updated.
Last update: 2026-03-07 12:19:34 UTC
README
Overview
A collection of automated Drupal testing targets for Phing.
Installation
This project can be checked out with Composer.
"require": {
"doghouseagency/phing-drupal-tests": "*"
}
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/doghouseagency/phing-drupal-tests/build.xml" optional="true" />
Usage
To run the default set of tests.
phing tests