PHPackages                             ixis/codeception-drupal-drush - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. ixis/codeception-drupal-drush

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

ixis/codeception-drupal-drush
=============================

A Codeception module to allow drush commands to be run during tests.

0.1.0(10y ago)2569[1 PRs](https://github.com/ixis/codeception-drupal-drush/pulls)MITPHP

Since Feb 9Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ixis/codeception-drupal-drush)[ Packagist](https://packagist.org/packages/ixis/codeception-drupal-drush)[ Docs](https://github.com/ixis/codeception-drupal-drush)[ RSS](/packages/ixis-codeception-drupal-drush/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Drupal Drush
============

[](#drupal-drush)

A Codeception module for running drupal drush commands.
-------------------------------------------------------

[](#a-codeception-module-for-running-drupal-drush-commands)

*Drupal Drush* is a [Codeception module](http://codeception.com/addons) for running drush commands on [Drupal](https://www.drupal.org/) sites.

It also allows the use of the following statements in tests:

```
// Execute "drush cc all"
$I->getDrush("cc", array("all"))->mustRun();
```

Install with Composer
---------------------

[](#install-with-composer)

```
{
    "require": {
        "codeception/codeception": "~2.0.0",
        "ixis/codeception-drupal-drush": "~0.1"
    }
}
```

Drupal Drush minimally requires Codeception 2.0.\* and PHP 5.4

Example suite configuration
---------------------------

[](#example-suite-configuration)

```
class_name: AcceptanceTester
modules:
    enabled:
        - PhpBrowser
        - AcceptanceHelper
        - DrupalDrush
    config:
        PhpBrowser:
            url: 'http://localhost/myapp/'
        DrupalDrush:
            drush-alias: '@mysite.local' # The Drush alias to use (required).
```

### Required configuration

[](#required-configuration)

- `drush-alias` is required.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3796d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/216767?v=4)[Paul Byrne](/maintainers/pfaocle)[@pfaocle](https://github.com/pfaocle)

![](https://www.gravatar.com/avatar/79d2dd7d81f5d08fdbcc0ca820065de4d51933cdf50e941e9f5faa130d5c3f44?d=identicon)[andyr](/maintainers/andyr)

---

Top Contributors

[![ixisandyr](https://avatars.githubusercontent.com/u/5859244?v=4)](https://github.com/ixisandyr "ixisandyr (19 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ixis-codeception-drupal-drush/health.svg)

```
[![Health](https://phpackages.com/badges/ixis-codeception-drupal-drush/health.svg)](https://phpackages.com/packages/ixis-codeception-drupal-drush)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k136.1M964](/packages/brianium-paratest)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k28.9M2.3k](/packages/infection-infection)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15312.0M36](/packages/magento-magento2-functional-testing-framework)[lucatume/wp-browser

A set of Codeception modules to test WordPress projects.

6424.1M178](/packages/lucatume-wp-browser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
