コード例 #1
0
ファイル: testcase.php プロジェクト: Tidwell/HMXSongs-PHP-API
 /**
  * Restores the original environment overriden with setEnvironment()
  *
  * Extending classes that have their own tearDown()
  * should call parent::tearDown()
  */
 public function tearDown()
 {
     $this->_helpers->restore_environment();
 }
コード例 #2
0
ファイル: TestCase.php プロジェクト: onpaws/honeybadger-php
 public function restoreEnvironment()
 {
     $this->_helpers->restore_environment();
 }