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.
저자: Gunnar Wrobel (wrobel@pardus.de)
상속: 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();
 }