Example #1
0
 function setUp()
 {
     $this->markTestIncomplete('Convert to use Horde_Test.');
     parent::setUp();
     $this->setUpDatabase();
     require_once __DIR__ . '/../View/List.php';
 }
Example #2
0
 function setUp()
 {
     $this->markTestIncomplete('Convert to use Horde_Test.');
     parent::setUp();
     require_once TURBA_BASE . '/lib/BrowsePage.php';
     $this->setUpDatabase();
     $this->setUpBrowsePage();
 }
Example #3
0
 function setUp()
 {
     $this->markTestIncomplete('Convert to use Horde_Test.');
     parent::setUp();
     $this->setUpDatabase();
     $driver = $this->getDriver();
     $this->group = $driver->getObject('fff');
     $this->assertOk($this->group);
 }
Example #4
0
 function setUp()
 {
     $this->markTestIncomplete('Convert to use Horde_Test.');
     parent::setUp();
     $this->setUpDatabase();
 }