Exemplo n.º 1
0
 function endSession()
 {
     $Resp = $this->Module->GetTransport()->Request('logout', array());
     $this->assertTrue($Resp->Code == RFC3730_RESULT_CODE::OK_END_SESSION, "End Session");
 }