PHP Class phpmock\environment\MockEnvironmentTest

See also: MockEnvironment
Author: Markus Malkusch ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: php-mock/php-mock

Public Methods

Method Description
testDefine ( ) Tests define()
testDisable ( ) Tests disable()
testEnable ( ) Tests enable()

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testDefine() public method

Tests define()
public testDefine ( )

testDisable() public method

Tests disable()
public testDisable ( )

testEnable() public method

Tests enable()
public testEnable ( )