PHP Class TestEnvironment, themosis

Inheritance: extends BaseObject
显示文件 Open project: themosis/themosis Class Usage Examples

Public Methods

Method Description
testWhichEnvironmentDefault ( ) Test in which environment the application will run.
testWhichEnvironmentWithClosure ( ) Test in which environment the application will run by using a Closure.
testWhichEnvironmentWithRegEx ( )
testWhichEnvironmentWithString ( ) Test in which environment the application will run by using string.

Method Details

testWhichEnvironmentDefault() public method

Test in which environment the application will run.

testWhichEnvironmentWithClosure() public method

Test in which environment the application will run by using a Closure.

testWhichEnvironmentWithRegEx() public method

testWhichEnvironmentWithString() public method

Test in which environment the application will run by using string.