コード例 #1
0
ファイル: RestTest.php プロジェクト: andrewhowdencom/m2onk8s
 protected function tearDown()
 {
     parent::tearDown();
     $this->_oAuthClients = [];
     if (isset(self::$_consumer)) {
         self::$_consumer->delete();
         self::$_token->delete();
     }
 }