Download the PHP package ixis/codeception-drupal-mail without Composer
On this page you can find all versions of the php package ixis/codeception-drupal-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ixis/codeception-drupal-mail
More information about ixis/codeception-drupal-mail
Files in ixis/codeception-drupal-mail
Download ixis/codeception-drupal-mail
More information about ixis/codeception-drupal-mail
Files in ixis/codeception-drupal-mail
Vendor ixis
Package codeception-drupal-mail
Short Description A Codeception module to provide Drupal mail system testing support.
License MIT
Homepage https://github.com/ixis/codeception-drupal-mail
Package codeception-drupal-mail
Short Description A Codeception module to provide Drupal mail system testing support.
License MIT
Homepage https://github.com/ixis/codeception-drupal-mail
Please rate this library. Is it a good library?
Informations about the package codeception-drupal-mail
Drupal Mail System
Codeception module for testing the Drupal email system.
Relies on TestingMailSystem class which stores the emails in a drupal variable.
Requirements
- Drupal 7
- The DrupalVariable codeception module.
Install
Install using composer:
Configure
Add 'DrupalMailSystem' and 'DrupalVariable' module to the suite configuration.
DrupalVariable is required to read the variable that is used to temporarily store the email content.
To configure DrupalVariable see the ReadMe
Module configuration
- 'enabled' - set to true to set the TestingMailSystem as default mail system ('mail_system')
at the beginning of the suite run and to restore it at the end. If you set this to false the module
expects you to have set this yourself.
drush vset --format=json 'mail_system' '{"default-system":"TestingMailSystem"}'
All versions of codeception-drupal-mail with dependencies
PHP Build Version
Package Version
Requires
ixis/codeception-drupal-variable Version
~0.3
The package ixis/codeception-drupal-mail contains the following files
Loading the files please wait ....