subdee/codeception-mandrill

Mandrill module for Codeception

v1.0.6 2016-11-22 14:47 UTC

This package is auto-updated.

Last update: 2024-04-23 05:04:18 UTC


README

Latest Stable Version

Codeception Mandrill Module

This package provides a Mandrill moule for Codeception.

Installation

Add it to composer.json

    composer require --dev subdee/codeception-mandrill

Configuration

modules:
    enabled: [AcceptanceHelper, Db, Mandrill]
    config:
        Mandrill:
            api_key: ADD_YOUR_MANDRILL_TEST_API_KEY

Update Codeception build

codecept build

Done