Example #1
0
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 public function testSetUp()
 {
     $iniFile = dirname(dirname(dirname(__FILE__))) . '/testfiles/test_config.ini';
     $this->object = Config::getInstance();
     $this->object->setIniFilePath($iniFile);
     $this->objectDefault = Config::getInstance();
 }