PHP Class AcMailerTest\Options\MailOptionsAbstractFactoryTest

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

Public Methods

Method Description
setUp ( )
testCanCreateServiceWithName ( )
testCreateServiceWithNonarrayOptions ( )
testExtendOptions ( )
testExtendWithValueNullIsIgnored ( )
testExtendsDoubleChaining ( )
testExtendsSingleChaining ( )
testSomeCustomOptions ( )

Protected Methods

Method Description
initServiceManager ( $mailConfigKey = 'acmailer_options', $serviceName = 'default' )

Method Details

initServiceManager() protected method

protected initServiceManager ( $mailConfigKey = 'acmailer_options', $serviceName = 'default' )

setUp() public method

public setUp ( )

testCanCreateServiceWithName() public method

testCreateServiceWithNonarrayOptions() public method

testExtendOptions() public method

public testExtendOptions ( )

testExtendWithValueNullIsIgnored() public method

testExtendsDoubleChaining() public method

testExtendsSingleChaining() public method

testSomeCustomOptions() public method