예제 #1
0
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
     static::$sent = 0;
     $this->serviceManager = null;
 }
예제 #2
0
파일: TestCase.php 프로젝트: gridguyz/zork
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->helper = null;
     $this->viewMock = null;
     $this->pluginInstances = array();
 }