コード例 #1
0
 protected function tearDown()
 {
     $this->request = null;
     parent::tearDown();
 }
コード例 #2
0
ファイル: RequestTest.php プロジェクト: rhubarbphp/rhubarb
 protected function tearDown()
 {
     unset($_ENV[$this->testEnvKey]);
     parent::tearDown();
 }