コード例 #1
0
 function teardown()
 {
     global $auth;
     global $conf;
     global $AUTH_ACL;
     unset($conf);
     unset($AUTH_ACL);
     $auth = $this->oldauth;
     parent::teardown();
 }