PHP Class RMS\PushNotificationsBundle\Tests\DependencyInjection\ConfigurationTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: richsage/RMSPushNotificationsBundle

Public Methods

Method Description
testAddingAndroidKeyRequiresValues ( )
testAddingMacKeyRequiresValues ( )
testAddingWindowsKeyRequiresValues ( )
testAddingiOsKeyRequiresValues ( )
testAndroidRequiresPassword ( )
testAndroidRequiresUsername ( )
testBlackberryRequiresAppID ( )
testBlackberryRequiresPassword ( )
testDefaults ( )
testFullBlackberry ( )
testFullMac ( )
testFullWindows ( )
testFulliOS ( )
testGCMIsOK ( )
testGCMRequiresAPIKey ( )
testMacRequiresPEM ( )
testNewC2DMIsAllowedWithoutOldBits ( )
testOldFullAndroid ( )
testiOSRequiresPEM ( )

Protected Methods

Method Description
process ( array $config ) : array Takes in an array of configuration values and returns the processed version

Method Details

process() protected method

Takes in an array of configuration values and returns the processed version
protected process ( array $config ) : array
$config array
return array

testAddingAndroidKeyRequiresValues() public method

testAddingMacKeyRequiresValues() public method

testAddingWindowsKeyRequiresValues() public method

testAddingiOsKeyRequiresValues() public method

testAndroidRequiresPassword() public method

testAndroidRequiresUsername() public method

testBlackberryRequiresAppID() public method

testBlackberryRequiresPassword() public method

testDefaults() public method

public testDefaults ( )

testFullBlackberry() public method

public testFullBlackberry ( )

testFullMac() public method

public testFullMac ( )

testFullWindows() public method

public testFullWindows ( )

testFulliOS() public method

public testFulliOS ( )

testGCMIsOK() public method

public testGCMIsOK ( )

testGCMRequiresAPIKey() public method

testMacRequiresPEM() public method

public testMacRequiresPEM ( )

testNewC2DMIsAllowedWithoutOldBits() public method

testOldFullAndroid() public method

public testOldFullAndroid ( )

testiOSRequiresPEM() public method

public testiOSRequiresPEM ( )