Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Gunnar Wrobel (wrobel@pardus.de)
Inheritance: extends PHPUnit_Framework_TestCase
コード例 #1
0
ファイル: StoredTest.php プロジェクト: horde/horde
 public function setUp()
 {
     parent::setUp();
     $this->setupStorage();
 }
コード例 #2
0
ファイル: LoggedTest.php プロジェクト: horde/horde
 public function setUp()
 {
     parent::setUp();
     $this->setupLogger();
 }