Exemple #1
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->vote = null;
     parent::tearDown();
 }
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->validation = null;
     parent::tearDown();
 }