コード例 #1
0
ファイル: ViewListTest.php プロジェクト: jubinpatel/horde
 function setUp()
 {
     $this->markTestIncomplete('Convert to use Horde_Test.');
     parent::setUp();
     $this->setUpDatabase();
     require_once __DIR__ . '/../View/List.php';
 }
コード例 #2
0
ファイル: BrowsePageTest.php プロジェクト: jubinpatel/horde
 function setUp()
 {
     $this->markTestIncomplete('Convert to use Horde_Test.');
     parent::setUp();
     require_once TURBA_BASE . '/lib/BrowsePage.php';
     $this->setUpDatabase();
     $this->setUpBrowsePage();
 }
コード例 #3
0
ファイル: GroupTest.php プロジェクト: jubinpatel/horde
 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);
 }
コード例 #4
0
ファイル: DriverTest.php プロジェクト: jubinpatel/horde
 function setUp()
 {
     $this->markTestIncomplete('Convert to use Horde_Test.');
     parent::setUp();
     $this->setUpDatabase();
 }