Skip to content

Commit

Permalink
Update test-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 28, 2023
1 parent cc62b83 commit 0d0be12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require": {
"php": "^8.0",
"simplesamlphp/composer-module-installer": "~1.3.4",
"simplesamlphp/simplesamlphp": "^2.1-rc1",
"simplesamlphp/simplesamlphp": "^2.1.0-rc1",
"simplesamlphp/simplesamlphp-module-consent": "^1.3",
"symfony/http-foundation": "^6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require_once($projectRoot . '/vendor/autoload.php');

// Symlink module into ssp vendor lib so that templates and urls can resolve correctly
$linkPath = $projectRoot . '/vendor/simplesamlphp/simplesamlphp/modules/consentsimpleadmin';
$linkPath = $projectRoot . '/vendor/simplesamlphp/simplesamlphp/modules/consentSimpleAdmin';
if (file_exists($linkPath) === false) {
echo "Linking '$linkPath' to '$projectRoot'\n";
symlink($projectRoot, $linkPath);
Expand Down

0 comments on commit 0d0be12

Please sign in to comment.