Skip to content

Commit 9be4e53

Browse files
committed
Bootstrap element registry for tests-suite
1 parent 8573d63 commit 9be4e53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/bootstrap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
$projectRoot = dirname(__DIR__);
66
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

Comments
 (0)