File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 - 7.2
77 - 7.3
88
9+ matrix :
10+ allow_failures :
11+ - php : 7.3
912env :
1013 - SIMPLESAMLPHP_VERSION=dev-master
1114
@@ -16,8 +19,6 @@ before_script:
1619 - composer update --no-interaction
1720 # Link this branch/pr/etc of simplesamlphp-module-casserver into SSP's vendor directory
1821 - php tests/bootstrap.php
19- - php -S localhost:8732 -t `pwd`/vendor/simplesamlphp/simplesamlphp/www &
20- - export WEBPID=$!
2122
2223script :
2324 - vendor/simplesamlphp/simplesamlphp-test-framework/bin/check-syntax-php.sh
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class LoginIntegrationTest extends \PHPUnit\Framework\TestCase
1919 /** @var string $LINK_URL */
2020 private static $ LINK_URL = '/module.php/casserver/login.php ' ;
2121
22- private static $ SAMLVALIDATE_URL = '/module.php/casserver/samlvalidate .php ' ;
22+ private static $ SAMLVALIDATE_URL = '/module.php/casserver/samlValidate .php ' ;
2323
2424 /**
2525 * @var \SimpleSAML\Test\BuiltInServer
You can’t perform that action at this time.
0 commit comments