예제 #1
0
 public function tearDown()
 {
     $this->appendRemoteCoverage();
     $this->service->stop();
     $this->service->stop('old');
     parent::tearDown();
 }
예제 #2
0
 public function tearDown()
 {
     unset($_SERVER['REQUEST_METHOD']);
     parent::tearDown();
 }
예제 #3
0
 public function tearDown()
 {
     Config::set('counter.default', 'auto');
     parent::tearDown();
 }