subdee / codeception-mandrill
Mandrill module for Codeception
v1.0.6
2016-11-22 14:47 UTC
Requires
- php: >=5.4.0
- codeception/codeception: *
- mandrill/mandrill: *
README
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