protected function tearDown()
 {
     $this->request = null;
     parent::tearDown();
 }
示例#2
0
 protected function tearDown()
 {
     unset($_ENV[$this->testEnvKey]);
     parent::tearDown();
 }