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