PHP Class AdsUserTest, googleads-php-lib

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: googleads/googleads-php-lib

Public Methods

Method Description
testLoadSettings_Auth ( ) Tests loading auth settings.
testLoadSettings_Auth_Defaults ( ) Tests loading default auth settings.
testLoadSettings_Logging_Absolute ( ) Tests loading absolute logging settings.
testLoadSettings_Logging_Defaults ( ) Tests loading default logging settings.
testLoadSettings_Logging_Relative ( ) Tests loading relative logging settings.
testLoadSettings_Logging_Relative_InvalidPath ( ) Tests loading relative logging settings with an invalid path.
testLoadSettings_Logging_Relative_MissingPath ( ) Tests loading relative logging settings with a missing path.
testLoadSettings_Logging_Relative_Unspecified ( ) Tests loading logging settings with relative unspecified.
testLoadSettings_Proxy ( ) Tests loading proxy settings.
testLoadSettings_Server ( ) Tests loading server settings.
testLoadSettings_Server_Defaults ( ) Tests loading default server settings.
testLoadSettings_Soap ( ) Tests loading SOAP settings.
testLoadSettings_Soap_Defaults ( ) Tests loading default SOAP settings.
testLoadSettings_Soap_InvalidCompression ( ) Tests loading SOAP settings with an invalid compression level.
testLoadSettings_Soap_InvalidWsdlCache ( ) Tests loading SOAP settings with an invalid WSDL cache value.
testLoadSettings_Ssl ( ) Tests loading SSL settings.

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
createTempSettingsFile ( array $settings ) : string Creates a temporary settings file from the array of settings provided.

Method Details

setUp() protected method

protected setUp ( )

testLoadSettings_Auth() public method

Tests loading auth settings.

testLoadSettings_Auth_Defaults() public method

Tests loading default auth settings.

testLoadSettings_Logging_Absolute() public method

Tests loading absolute logging settings.

testLoadSettings_Logging_Defaults() public method

Tests loading default logging settings.

testLoadSettings_Logging_Relative() public method

Tests loading relative logging settings.

testLoadSettings_Logging_Relative_InvalidPath() public method

Tests loading relative logging settings with an invalid path.

testLoadSettings_Logging_Relative_MissingPath() public method

Tests loading relative logging settings with a missing path.

testLoadSettings_Logging_Relative_Unspecified() public method

Tests loading logging settings with relative unspecified.

testLoadSettings_Proxy() public method

Tests loading proxy settings.

testLoadSettings_Server() public method

Tests loading server settings.

testLoadSettings_Server_Defaults() public method

Tests loading default server settings.

testLoadSettings_Soap() public method

Tests loading SOAP settings.

testLoadSettings_Soap_Defaults() public method

Tests loading default SOAP settings.

testLoadSettings_Soap_InvalidCompression() public method

Tests loading SOAP settings with an invalid compression level.

testLoadSettings_Soap_InvalidWsdlCache() public method

Tests loading SOAP settings with an invalid WSDL cache value.

testLoadSettings_Ssl() public method

Tests loading SSL settings.