예제 #1
0
파일: YentuTest.php 프로젝트: codogh/yentu
 public function tearDown()
 {
     $this->pdo = null;
     Config::reset();
 }
예제 #2
0
 public function tearDown()
 {
     parent::tearDown();
     Config::reset();
 }