コード例 #1
0
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->AdminCrud);
     unset($this->User);
     ClassRegistry::flush();
 }
コード例 #2
0
 public function endTest($method = null)
 {
     $this->__shutdownController();
     parent::endTest($method);
 }
コード例 #3
0
ファイル: ThrottleTest.php プロジェクト: beckye67/Icing
 /**
  *
  *
  * @param unknown $method
  */
 public function endTest($method)
 {
     unset($this->Throttle);
     parent::endTest($method);
 }
コード例 #4
0
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Github);
 }
コード例 #5
0
 /**
  * End test
  *
  * @return void
  * @access public
  */
 public function endTest($method = null)
 {
     unset($this->MockedPluginModel);
     ClassRegistry::flush();
     parent::endTest($method);
 }
コード例 #6
0
 public function endTest($method)
 {
     ModularAuthUtility::flushObjects();
     parent::endTest($method);
 }
コード例 #7
0
 function endTest($method)
 {
     parent::endTest($method);
     ClassRegistry::flush();
 }
コード例 #8
0
 function endTest($method = null)
 {
     ClassRegistry::flush();
     parent::endTest($method);
 }
コード例 #9
0
 /**
  * End Test callback
  *
  * @param string $method
  * @return void
  * @access public
  */
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Article, $this->Content, $this->Page, $this->Asset, $this->Link, $this->Image);
     ClassRegistry::flush();
 }
コード例 #10
0
 /**
  * tearDown
  *
  * @return void
  * @access public
  */
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Session, $this->Content, $this->settings);
 }
コード例 #11
0
 public function endTest($method)
 {
     parent::endTest($method);
     $this->logMethodCall(__FUNCTION__);
 }
コード例 #12
0
ファイル: sluggable.test.php プロジェクト: rchick/syrup
 public function endTest($action)
 {
     parent::endTest($action);
     unset($this->SlugArticle);
     ClassRegistry::flush();
 }
コード例 #13
0
ファイル: upload.test.php プロジェクト: rodrigorm/upload
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Upload);
     ClassRegistry::flush();
 }
コード例 #14
0
 /**
  * End Test
  *
  * @return void
  * @access public
  */
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Cleaner);
 }
コード例 #15
0
 /**
  * (non-PHPdoc)
  * @see cake/tests/lib/CakeTestCase#endTest($method)
  */
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Comments);
 }
コード例 #16
0
ファイル: soft_deletable.test.php プロジェクト: rchick/syrup
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->DeletableArticle);
     ClassRegistry::flush();
 }
コード例 #17
0
ファイル: resize.test.php プロジェクト: rodrigorm/upload
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Resize);
 }
コード例 #18
0
ファイル: form.test.php プロジェクト: kaz0636/openflp
 function endTest($method)
 {
     parent::endTest($method);
     if (isset($this->Form)) {
         unset($this->Form->Html, $this->Form);
     }
     unset($this->Controller, $this->View);
 }
コード例 #19
0
ファイル: BitlyAccessTest.php プロジェクト: CakeDC/bitly
 /**
  * End test callback
  * 
  * @param string $method Test being executed
  * @return void
  */
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->BitlyApi, $this->BitlyAccess);
     ClassRegistry::flush();
 }
コード例 #20
0
ファイル: image_gd.test.php プロジェクト: rodrigorm/upload
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->ImageGd);
 }
コード例 #21
0
 /**
  * Destroy the model instance
  *
  * @return void
  * @access public
  */
 public function endTest($method)
 {
     parent::endTest($method);
     unset($this->Model, $this->Behavior);
     ClassRegistry::flush();
 }
コード例 #22
0
 /**
  * endTest method
  *
  * @return void
  */
 public function endTest($method)
 {
     unset($this->Product);
     parent::endTest($method);
 }