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_TestCase
Exemple #1
0
 public static function tearDownAfterClass()
 {
     self::$driver = null;
     self::tearDownBasicTurbaSetup();
     self::tearDownShares();
     parent::tearDownAfterClass();
 }
Exemple #2
0
 public static function setUpBeforeClass()
 {
     return;
     parent::setUpBeforeClass();
     self::$driver = self::createKolabDriverWithShares(self::$setup);
 }
Exemple #3
0
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::getDb();
     self::$driver = self::createSqlDriverWithShares(self::$setup);
 }