Documentation

Swift_MailerTest extends SwiftMailerTestCase
in package

A base test case with some custom expectations.

Table of Contents

assertIdenticalBinary()  : mixed
regExp()  : mixed
testFailedRecipientReferenceIsPassedToTransport()  : mixed
testMessageIsPassedToTransport()  : mixed
testRegisterPluginDelegatesToTransport()  : mixed
testSendRecordsRfcComplianceExceptionAsEntireSendFailure()  : mixed
testSendReturnsCountFromTransport()  : mixed
testTransportIsOnlyStartedOnce()  : mixed
testTransportIsStartedWhenSending()  : mixed
getMockery()  : mixed
tearDown()  : mixed
createMailer()  : mixed
createMessage()  : mixed
createPlugin()  : mixed
createTransport()  : mixed

Methods

assertIdenticalBinary()

public assertIdenticalBinary(mixed $expected, mixed $actual[, mixed $message = '' ]) : mixed
Parameters
$expected : mixed
$actual : mixed
$message : mixed = ''
Return values
mixed

regExp()

public static regExp(mixed $pattern) : mixed
Parameters
$pattern : mixed
Return values
mixed

testFailedRecipientReferenceIsPassedToTransport()

public testFailedRecipientReferenceIsPassedToTransport() : mixed
Return values
mixed

testMessageIsPassedToTransport()

public testMessageIsPassedToTransport() : mixed
Return values
mixed

testRegisterPluginDelegatesToTransport()

public testRegisterPluginDelegatesToTransport() : mixed
Return values
mixed

testSendRecordsRfcComplianceExceptionAsEntireSendFailure()

public testSendRecordsRfcComplianceExceptionAsEntireSendFailure() : mixed
Return values
mixed

testSendReturnsCountFromTransport()

public testSendReturnsCountFromTransport() : mixed
Return values
mixed

testTransportIsOnlyStartedOnce()

public testTransportIsOnlyStartedOnce() : mixed
Return values
mixed

testTransportIsStartedWhenSending()

public testTransportIsStartedWhenSending() : mixed
Return values
mixed

getMockery()

protected getMockery(mixed $class) : mixed
Parameters
$class : mixed
Return values
mixed

createMessage()

private createMessage() : mixed
Return values
mixed

createPlugin()

private createPlugin() : mixed
Return values
mixed

createTransport()

private createTransport() : mixed
Return values
mixed

Search results