PHP Class ContainerTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: pressbooks/pressbooks Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

tearDown() public méthode

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

test_getException() public méthode

public test_getException ( )

test_getPimpleException() public méthode

test_getSet() public méthode

public test_getSet ( )

test_initSetGetPimple() public méthode

test_setException() public méthode

public test_setException ( )