コード例 #1
0
ファイル: testcase.php プロジェクト: bergie/midgardmvc_core
 public function tearDown()
 {
     // Delete the context
     $this->_core->context->delete();
     midgardmvc_core::clear_instance();
     parent::tearDown();
 }
コード例 #2
0
ファイル: testcase.php プロジェクト: TomiS/midgardmvc_core
 public function tearDown()
 {
     // Delete the context
     $this->_core->context->delete();
     parent::tearDown();
 }