Exemplo n.º 1
0
 /**
  * Backs up the useEDC config value and sets the value to a known
  * value (true) for testing.
  *
  * @return none
  */
 function setUp()
 {
     parent::setUp();
     $this->setupConfigSetting("useEDC", "true");
 }
Exemplo n.º 2
0
 /**
  * It does the setUp before running the tests
  *
  * @return none
  */
 function setUp()
 {
     parent::setUp();
     $this->createSubproject("subprojet 1");
     $this->createSubproject("subprojet 2");
 }