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.
Author: Gunnar Wrobel (wrobel@pardus.de)
Inheritance: extends Turba_Unit_Driver_Base
Example #1
0
 public static function setUpBeforeClass()
 {
     self::$callback = array(__CLASS__, 'getDb');
     parent::setUpBeforeClass();
 }
Example #2
0
File: Base.php Project: horde/horde
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::getDb();
     self::$driver = self::createSqlDriverWithShares(self::$setup);
 }