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_Unit_Driver_Base
コード例 #1
0
ファイル: Base.php プロジェクト: jubinpatel/horde
 public static function setUpBeforeClass()
 {
     return;
     parent::setUpBeforeClass();
     self::getDb();
     self::createSqlShares(self::$setup);
     list($share, $other_share) = self::_createDefaultShares();
     self::$driver = new Nag_Driver_Sql($share->getName(), array('charset' => 'UTF-8'));
 }
コード例 #2
0
ファイル: SqliteTest.php プロジェクト: jubinpatel/horde
 public static function setUpBeforeClass()
 {
     self::$callback = array(__CLASS__, 'getDb');
     parent::setUpBeforeClass();
 }