コード例 #1
0
ファイル: iteTest.php プロジェクト: fran-diaz/ite
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     $this->initErrorHandler(true);
     $this->object = ite::singleton('dummy');
 }
コード例 #2
0
ファイル: cacheTest.php プロジェクト: fran-diaz/ite
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     $this->initErrorHandler(true);
     $_ITE = ite::singleton();
     $this->object = new cache($_ITE);
 }