2017 © Pedro Peláez
 

library codecept-drupal-drush

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

image

guncha25/codecept-drupal-drush

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

  • Thursday, October 5, 2017
  • by guncha25
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15,812 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 7 Versions
  • 37 % Grown

The README.md

Drupal Drush

A Codeception module for running drupal drush commands.

Drupal Drush is a Codeception module for running drush commands on Drupal sites., (*1)

It also allows the use of the following statements in tests:, (*2)

// Execute "drush cc all"
$I->getDrush("cr")->mustRun();

Install with Composer

{
    "require": {
        "codeception/codeception": "^2.2",
        "guncha25/codeception-drupal-drush": "~0.3"
    }
}

Drupal Drush minimally requires Codeception 2.0.* and PHP 5.4, (*3)

Example suite configuration

class_name: AcceptanceTester
modules:
    enabled:
        - PhpBrowser
        - AcceptanceHelper
        - DrupalDrush
    config:
        PhpBrowser:
            url: 'http://localhost/myapp/'
        DrupalDrush:
            working_directory: '/path/to/webroot'

The option working_directory may be ommited, it defaults to the current directory., (*4)

The Versions

05/10 2017

dev-master

9999999-dev https://github.com/guncha25/codecept-drupal-drush

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Guntis Jakovins

05/10 2017

0.5.0

0.5.0.0 https://github.com/guncha25/codecept-drupal-drush

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Guntis Jakovins

31/05 2017

0.4.0

0.4.0.0 https://github.com/guncha25/codecept-drupal-drush

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Guntis Jakovins

03/05 2017

0.3.0

0.3.0.0 https://github.com/guncha25/codecept-drupal-drush

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Guntis Jakovins

01/05 2017

0.2.0

0.2.0.0 https://github.com/ixis/codeception-drupal-drush

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

  Sources   Download

MIT

The Requires

 

The Development Requires

09/02 2016

0.1.0

0.1.0.0 https://github.com/ixis/codeception-drupal-drush

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

  Sources   Download

MIT

The Requires

 

The Development Requires

09/02 2016

dev-develop

dev-develop https://github.com/ixis/codeception-drupal-drush

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

  Sources   Download

MIT

The Requires

 

The Development Requires