Skip to content
Snippets Groups Projects
Unverified Commit 9a7b8a52 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix tests after disabling consent-module

parent 36382dd2
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ class ConsentTest extends TestCase
{
public function setUp()
{
$this->config = Configuration::loadFromArray(array(), '[ARRAY]', 'simplesaml');
$this->config = Configuration::loadFromArray(array('module.enable' => array('consent' => true)), '[ARRAY]', 'simplesaml');
\SimpleSAML_Configuration::setPreLoadedConfig($this->config, 'config.php');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment