Skip to content
Snippets Groups Projects
Commit 5f25e352 authored by Tim Hunt's avatar Tim Hunt
Browse files

Fixes for the Behat failures.

parent 41582a34
No related branches found
No related tags found
No related merge requests found
......@@ -533,6 +533,10 @@ class stack_cas_session {
* @return string
*/
public function get_keyval_representation() {
if ($this->session == null) {
return '';
}
$keyvals = '';
foreach ($this->session as $cs) {
if (null === $this->instantiated) {
......
......@@ -22,8 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
require_once(__DIR__.'/../../../config.php');
require_once($CFG->libdir . '/questionlib.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment