We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99377b commit fb3fb0dCopy full SHA for fb3fb0d
3 files changed
tests/Utils/TestableAuthorize.php
tests/bootstrap.php
@@ -4,7 +4,7 @@
4
require_once($projectRoot.'/vendor/autoload.php');
5
6
// Symlink module into ssp vendor lib so that templates and urls can resolve correctly
7
-$linkPath = $projectRoot.'/vendor/simplesamlphp/simplesamlphp/modules/authorize';
+$linkPath = $projectRoot.'/vendor/simplesamlphp/simplesamlphp/modules/expirycheck';
8
if (file_exists($linkPath) === false) {
9
echo "Linking '$linkPath' to '$projectRoot'\n";
10
symlink($projectRoot, $linkPath);
tests/lib/Auth/Process/AuthorizeTest.php
0 commit comments