コード例 #1
0
ファイル: ServerTest.php プロジェクト: pruno/github-webhooks
 public function tearDown()
 {
     $this->server = null;
     $_POST = $this->_POST_CPY;
     $_SERVER = $this->_SERVER_CPY;
     parent::tearDown();
 }
コード例 #2
0
 public function tearDown()
 {
     $this->listener = null;
     parent::tearDown();
 }
コード例 #3
0
ファイル: PayloadTest.php プロジェクト: pruno/github-webhooks
 public function tearDown()
 {
     $this->payload = null;
     parent::tearDown();
 }
コード例 #4
0
ファイル: HookTest.php プロジェクト: pruno/github-webhooks
 public function tearDown()
 {
     $this->hook = null;
     parent::tearDown();
 }