Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPLv2). If you did not receive this file, see http://www.horde.org/licenses/gpl
저자: Gunnar Wrobel (wrobel@pardus.de)
상속: extends Kronolith_TestCase
예제 #1
0
파일: KolabTest.php 프로젝트: horde/horde
 public static function setUpBeforeClass()
 {
     return;
     self::$setup = new Horde_Test_Setup();
     parent::setUpBeforeClass();
     self::createKolabShares(self::$setup);
 }
예제 #2
0
파일: Base.php 프로젝트: raz0rsdge/horde
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::getDb();
     self::createSqlShares(self::$setup);
 }
예제 #3
0
파일: Base.php 프로젝트: jubinpatel/horde
 public static function setUpBeforeClass()
 {
     self::$setup = new Horde_Test_Setup();
     self::createBasicKronolithSetup(self::$setup);
     parent::setUpBeforeClass();
 }