Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.
저자: Gunnar Wrobel (wrobel@pardus.de)
상속: extends Turba_TestCase
예제 #1
0
 public static function setUpBeforeClass()
 {
     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::createSqlShares(self::$setup);
 }