protected function setUp()
 {
     parent::setUp();
     // Enfore the settings load in order to overrides the path.inc file
     drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION);
     $GLOBALS['conf']['path_inc'] = __DIR__ . '/../sf_dic.path.inc';
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->getDrupalContainer();
     // full bootstrap, load this module.
 }