コード例 #1
0
ファイル: YentuTest.php プロジェクト: codogh/yentu
 public function tearDown()
 {
     $this->pdo = null;
     Config::reset();
 }
コード例 #2
0
ファイル: ConfigTestBase.php プロジェクト: ntentan/config
 public function tearDown()
 {
     parent::tearDown();
     Config::reset();
 }