Example #1
0
 /**
  * The before run is used to start the test suite. It will contain many test
  * cases.
  */
 public function beforeRun()
 {
     parent::beforeRun();
     TestCase::setUpBeforeClass();
 }