function setUp() { $this->markTestIncomplete('Convert to use Horde_Test.'); parent::setUp(); $this->setUpDatabase(); require_once __DIR__ . '/../View/List.php'; }
function setUp() { $this->markTestIncomplete('Convert to use Horde_Test.'); parent::setUp(); require_once TURBA_BASE . '/lib/BrowsePage.php'; $this->setUpDatabase(); $this->setUpBrowsePage(); }
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); }
function setUp() { $this->markTestIncomplete('Convert to use Horde_Test.'); parent::setUp(); $this->setUpDatabase(); }