public function tearDown()
 {
     parent::tearDown();
     unset($this->shortcodeParser);
     unset($this->imageId);
     unset($this->imageSize);
     unset($this->imageWidth);
     unset($this->imageHeight);
     unset($this->imageLink);
 }
Exemple #2
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->pluginInstance);
 }
 /**
  * Clean up after a test method.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->fragment = null;
 }
 public function tearDown()
 {
     parent::tearDown();
     $_COOKIE = array();
     $_POST = array();
 }
 /**
  * Clean up after a test method.
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->callback = null;
     $this->shortcode = null;
 }