コード例 #1
0
ファイル: ZipLibTest.php プロジェクト: Jony01/LLD
 public function tearDown()
 {
     $this->ZipLib->close();
     foreach ($this->testFiles as $file => $content) {
         unlink(TMP . $file);
     }
     $this->_rrmdir(TMP . 'xyz');
     $this->_rrmdir(TMP . 'xyz2');
     parent::tearDown();
 }
コード例 #2
0
 /**
  * TearDown method
  *
  * @return void
  */
 public function tearDown()
 {
     unset($this->Qurls);
     parent::tearDown();
 }
コード例 #3
0
 public function tearDown()
 {
     unlink(TMP . 'acl.ini');
     parent::tearDown();
 }
コード例 #4
0
 /**
  * TearDown method
  */
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Gravatar);
 }
コード例 #5
0
ファイル: NumericHelperTest.php プロジェクト: Jony01/LLD
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Numeric);
 }
コード例 #6
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Imap);
 }
コード例 #7
0
 /**
  * TearDown method
  *
  * @return void
  */
 public function tearDown()
 {
     unset($this->KeyValue);
     parent::tearDown();
 }
コード例 #8
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Model);
 }
コード例 #9
0
 public function tearDown()
 {
     parent::tearDown();
 }
コード例 #10
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Comment);
 }
コード例 #11
0
ファイル: SpellLibTest.php プロジェクト: Jony01/LLD
 public function tearDown()
 {
     parent::tearDown();
     unset($this->SpellLib);
 }
コード例 #12
0
 /**
  * TearDown method
  *
  * @return void
  */
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Flash);
 }
コード例 #13
0
ファイル: FormatHelperTest.php プロジェクト: Jony01/LLD
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Format);
 }
コード例 #14
0
 /**
  * TearDown method
  *
  * @return void
  */
 public function tearDown()
 {
     parent::tearDown();
     unset($this->QrCode);
 }
コード例 #15
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Captcha);
 }
コード例 #16
0
 /**
  * TearDown method
  *
  * @return void
  */
 public function tearDown()
 {
     unset($this->Typography);
     parent::tearDown();
 }
コード例 #17
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Timeline);
 }
コード例 #18
0
ファイル: AuthTest.php プロジェクト: ByMyHandsOnly/BMHO_Web
 public function tearDown()
 {
     parent::tearDown();
     ClassRegistry::flush();
     CakeSession::delete('Auth');
 }
コード例 #19
0
ファイル: DatetimeHelperTest.php プロジェクト: Jony01/LLD
 /**
  * TearDown method
  *
  * @return void
  */
 public function tearDown()
 {
     parent::tearDown();
     unset($this->Datetime);
 }