PHP Class ContainerTest

Inheritance: extends PHPUnit_Framework_TestCase
Mostra file Open project: pressbooks/pressbooks Class Usage Examples

Public Methods

Method Description
setUp ( ) WP Unit test framework auto initializes our Container but we don't want this, clear it before running tests
tearDown ( ) Put back Container to the way it was
test_getException ( )
test_getPimpleException ( )
test_getSet ( )
test_initSetGetPimple ( )
test_setException ( )

Method Details

setUp() public method

WP Unit test framework auto initializes our Container but we don't want this, clear it before running tests
public setUp ( )

tearDown() public method

Put back Container to the way it was
public tearDown ( )

test_getException() public method

public test_getException ( )

test_getPimpleException() public method

test_getSet() public method

public test_getSet ( )

test_initSetGetPimple() public method

test_setException() public method

public test_setException ( )