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
Author: Gunnar Wrobel (wrobel@pardus.de)
Inheritance: extends Nag_TestCase
Example #1
0
File: Base.php Project: horde/horde
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::createSqlShares(self::$setup);
 }
Example #2
0
 public static function setUpBeforeClass()
 {
     self::$setup = new Horde_Test_Setup();
     parent::setUpBeforeClass();
     self::createKolabShares(self::$setup);
 }