subdee / codeception-mandrill
Mandrill module for Codeception
Installs: 252
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/subdee/codeception-mandrill
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