Skip to content
Snippets Groups Projects
Commit 56550eab authored by Demian Katz's avatar Demian Katz
Browse files

Updated tests to match previous commit.

parent ec512ca1
No related merge requests found
...@@ -63,7 +63,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase ...@@ -63,7 +63,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase
public function testMultivaluedOptionTrue() public function testMultivaluedOptionTrue()
{ {
$this->checkShibboleth( $this->checkShibboleth(
['affiliation' => 'student@example.org;member@example.org'], ['Shib-Identity-Provider' => 'https://example.org/shibboleth-idp',
'affiliation' => 'student@example.org;member@example.org'],
['affiliation member@example.org'], ['affiliation member@example.org'],
['loggedin'] ['loggedin']
); );
...@@ -77,7 +78,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase ...@@ -77,7 +78,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase
public function testMultivaluedOptionFalse() public function testMultivaluedOptionFalse()
{ {
$this->checkShibboleth( $this->checkShibboleth(
['affiliation' => 'student@example.org;member@example.org'], ['Shib-Identity-Provider' => 'https://example.org/shibboleth-idp',
'affiliation' => 'student@example.org;member@example.org'],
['affiliation staff@example.org'], ['affiliation staff@example.org'],
[] []
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment