コード例 #1
0
ファイル: StaticBackendTest.php プロジェクト: rexmac/zf2
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
     $_SERVER['REQUEST_URI'] = $this->_requestUriOld;
     $this->rmdir();
 }
コード例 #2
0
ファイル: ZendPlatformBackendTest.php プロジェクト: hjr3/zf2
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
 }