Ejemplo n.º 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;
 }
Ejemplo n.º 2
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();
     $this->helper = null;
     $this->viewMock = null;
     $this->pluginInstances = array();
 }