subdee / codeception-mandrill

Codeception 的 Mandrill 模块

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

This package is auto-updated.

Last update: 2024-09-23 05:47:14 UTC


README

Latest Stable Version

Codeception Mandrill 模块

此包为 Codeception 提供了 Mandrill 模块。

安装

将其添加到 composer.json

    composer require --dev subdee/codeception-mandrill

配置

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

更新 Codeception 构建

codecept build

完成