예제 #1
0
 public function tearDown()
 {
     DB::end();
     session_status() == PHP_SESSION_NONE or session_destroy();
 }
예제 #2
0
파일: User.php 프로젝트: maxisoft/m2test6
 public function tearDown()
 {
     DB::end();
 }
예제 #3
0
 public function tearDown()
 {
     $this->db()->exec(DROP_TABLE);
     DB::end();
 }