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 Kronolith_TestCase
Exemplo n.º 1
0
Arquivo: Base.php Projeto: horde/horde
 public static function tearDownAfterClass()
 {
     self::$driver = null;
     parent::tearDownAfterClass();
     unset($GLOBALS['registry']);
     unset($GLOBALS['injector']);
     unset($GLOBALS['prefs']);
     unset($GLOBALS['session']);
 }
Exemplo n.º 2
0
 public static function setUpBeforeClass()
 {
     return;
     parent::setUpBeforeClass();
     self::createKolabShares(self::$setup);
     list($share, $other_share) = self::_createDefaultShares();
     self::$driver = Kronolith::getDriver('Kolab', $share->getName());
     self::$type = 'Kolab';
 }
Exemplo n.º 3
0
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::getDb();
     self::createSqlShares(self::$setup);
 }