We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8573d63 commit 9be4e53Copy full SHA for 9be4e53
tests/bootstrap.php
@@ -4,3 +4,6 @@
4
5
$projectRoot = dirname(__DIR__);
6
require_once($projectRoot . '/vendor/autoload.php');
7
+
8
+$registry = \SimpleSAML\XML\Registry\ElementRegistry::getInstance();
9
+$registry->importFromFile(dirname(__FILE__, 2) . '/classes/element.registry.php');
0 commit comments