PHP 클래스 AdsUserTest, googleads-php-lib

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

메소드 설명
createTempSettingsFile ( array $settings ) : string Creates a temporary settings file from the array of settings provided.

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

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.