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
Exemplo n.º 1
0
 public static function setUpBeforeClass()
 {
     self::$callback = array(__CLASS__, 'getDb');
     parent::setUpBeforeClass();
 }
Exemplo n.º 2
0
Arquivo: Base.php Projeto: horde/horde
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::getDb();
     self::$driver = self::createSqlDriverWithShares(self::$setup);
 }