class SapphireTestSuite extends PHPUnit_Framework_TestSuite (View source)

Light wrapper around PHPUnit_Framework_TestSuite which allows to have setUp()} and {@link tearDown() methods which are called just once per suite, not once per test method in each suite/case.

Methods

public
setUp()

No description

public
tearDown()

No description

Details

setUp()

No description

tearDown()

No description