protected function tearDown()
 {
     parent::tearDown();
 }
コード例 #2
0
 protected function tearDown()
 {
     parent::tearDown();
     error_reporting($this->old_reporting_level);
 }