예제 #1
0
 /**
  * Restore the values backed up in the setUp function
  *
  * @return none
  */
 function tearDown()
 {
     parent::tearDown();
     $this->restoreConfigSetting("useEDC");
 }
예제 #2
0
 /**
  * It does the tearDown after running the tests
  *
  * @return none
  */
 function tearDown()
 {
     parent::tearDown();
     $this->deleteSubproject("subprojet 1");
     $this->deleteSubproject("subprojet 2");
 }