dpi / courier

Courier is a Drupal module providing a framework to send messages to entities.
https://drupal.org/project/courier
GNU General Public License v2.0
8 stars 3 forks source link

Added a method in Email to be able to set a format for the body #24

Closed edurenye closed 8 years ago

edurenye commented 8 years ago

Pull request for #23

edurenye commented 8 years ago

I'll check the failing tests tomorrow.

dpi commented 8 years ago

The Travis CI script runs tests with the PHP builtin server -- its been all kinds of unpredictable. So long as it passes locally you should be A-OK.

Also... With every setter comes a getter. :)

edurenye commented 8 years ago

The tests passes locally.

dpi commented 8 years ago

Committed with minor changes to method order.