Ejemplo n.º 1
0
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->engine = FileEngineHelper::getNewFileEngine();
     Edo_Event_Engine::setDefaultEngine($this->engine);
     include TESTS_ROOT . DIRECTORY_SEPARATOR . 'config-tests.php';
     $this->test_config = $config;
 }
Ejemplo n.º 2
0
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     $this->engine = FileEngineHelper::getNewFileEngine();
     parent::setUp();
 }