Skip to content

Commit a579bc1

Browse files
committed
Remove tests from the authorize module; copy-paste mistake
1 parent dd338d4 commit a579bc1

3 files changed

Lines changed: 1 addition & 183 deletions

File tree

tests/Utils/TestableAuthorize.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require_once($projectRoot.'/vendor/autoload.php');
55

66
// Symlink module into ssp vendor lib so that templates and urls can resolve correctly
7-
$linkPath = $projectRoot.'/vendor/simplesamlphp/simplesamlphp/modules/authorize';
7+
$linkPath = $projectRoot.'/vendor/simplesamlphp/simplesamlphp/modules/expirycheck';
88
if (file_exists($linkPath) === false) {
99
echo "Linking '$linkPath' to '$projectRoot'\n";
1010
symlink($projectRoot, $linkPath);

tests/lib/Auth/Process/AuthorizeTest.php

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)