コード例 #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");
 }
コード例 #2
0
ファイル: XUserTest.php プロジェクト: sachintaware/phpsec
 /**
  * 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();
 }