Exemplo n.º 1
0
 /**
  * @return null
  */
 public function tearDown()
 {
     $this->builder = null;
     parent::tearDown();
 }
Exemplo n.º 2
0
 /**
  * Revert the current reporting level and display settings
  *
  * @return null
  */
 public function tearDown()
 {
     parent::tearDown();
     unset($this->error);
 }
Exemplo n.º 3
0
 /**
  * @return	null
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->loader = null;
 }
Exemplo n.º 4
0
 /**
  * Revert the current reporting level and display settings
  *
  * @return null
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->error = null;
 }