PHP Class AcMailerTest\Service\MailServiceAbstractFactoryTest

Author: Alejandro Celaya Alastrué
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: acelaya/zf2-acmailer

Public Methods

Method Description
setUp ( )
testAdapterAsAserviceNotReturningTransport ( )
testAdapterAsInstance ( )
testAdapterAsInvalidService ( )
testAdapterAsService ( )
testFileAdapter ( )
testFileAttachments ( )
testInvalidListenersThrowException ( )
testListeners ( )
testMessageData ( )
testSmtpAdapter ( )
testTemplateBody ( )
testViewRendererService ( )
testWithDefaultLayout ( )

Private Methods

Method Description
initServiceLocator ( array $mailOptions = [] )

Method Details

setUp() public method

public setUp ( )

testAdapterAsAserviceNotReturningTransport() public method

testAdapterAsInstance() public method

testAdapterAsInvalidService() public method

testAdapterAsService() public method

testFileAdapter() public method

public testFileAdapter ( )

testFileAttachments() public method

public testFileAttachments ( )

testInvalidListenersThrowException() public method

testListeners() public method

public testListeners ( )

testMessageData() public method

public testMessageData ( )

testSmtpAdapter() public method

public testSmtpAdapter ( )

testTemplateBody() public method

public testTemplateBody ( )

testViewRendererService() public method

testWithDefaultLayout() public method