Skip to content
Snippets Groups Projects
Commit 661a97e3 authored by llaffont's avatar llaffont
Browse files

Correction test CAS

parent 106e6d84
Branches
Tags
No related merge requests found
......@@ -20,11 +20,11 @@
*/
require_once 'AbstractControllerTestCase.php';
require_once 'application/modules/opac/controllers/CasServerController.php';
class CasServerControllerValidateActionTest extends AbstractControllerTestCase {
protected $_sql;
protected $_sql_mock;
protected $session_file_contents_logged;
protected $session_file_contents_nologin;
public function setUp() {
parent::setUp();
......@@ -47,10 +47,6 @@ cc3b5aa765d61d8327deb882cf99";s:7:"ID_USER";i:666;s:10:"ROLE_LEVEL";i:6;s:4:"ROL
}
public function tearDown() {
Zend_Registry::set('sql', $this->_sql);
}
/** @test */
public function requestWithNoTicketShouldRespondinvalidRequestFailureXML() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment