Exemplo n.º 1
0
 /**
  * This function will run after each test*() function has run. Its job is to clean up all the mess creted by other functions.
  */
 public function tearDown()
 {
     $this->user->deleteUser();
     time("RESET");
 }
Exemplo n.º 2
0
 /**
  * This function will run after each test*() function has run. Its job is to clean up all the mess creted by other functions.
  */
 public function tearDown()
 {
     $this->xobj->deleteXUser();
     $this->obj->deleteUser();
 }