Skip to content

Commit a7043cd

Browse files
authored
Merge pull request #24 from cirrusidentity/allow_7_3_failure
Allow 7.3 to fail; remove old php webserver start
2 parents b59d357 + 5a3d44a commit a7043cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ php:
66
- 7.2
77
- 7.3
88

9+
matrix:
10+
allow_failures:
11+
- php: 7.3
912
env:
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

2223
script:
2324
- vendor/simplesamlphp/simplesamlphp-test-framework/bin/check-syntax-php.sh

tests/www/LoginIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)