PHP Class Redaxscript\Tests\MailerTest

Since: 2.2.0
Author: Henry Ruhs
Inheritance: extends TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Public Methods

Method Description
providerMailer ( ) : array providerMailer
testMessage ( array $toArray = [], array $fromArray = [], string $subject = null, mixed $body = null, array $attachmentArray = [] ) testMessage

Method Details

providerMailer() public method

providerMailer
Since: 2.2.0
public providerMailer ( ) : array
return array

testMessage() public method

testMessage
Since: 2.2.0
public testMessage ( array $toArray = [], array $fromArray = [], string $subject = null, mixed $body = null, array $attachmentArray = [] )
$toArray array
$fromArray array
$subject string
$body mixed
$attachmentArray array