Skip to content
Snippets Groups Projects
Commit 48b1f7d0 authored by Demian Katz's avatar Demian Katz Committed by André Lahmann
Browse files

Updated tests to match previous commit.

parent eb715465
No related merge requests found
......@@ -63,7 +63,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase
public function testMultivaluedOptionTrue()
{
$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'],
['loggedin']
);
......@@ -77,7 +78,8 @@ class ShibbolethTest extends \VuFindTest\Unit\TestCase
public function testMultivaluedOptionFalse()
{
$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'],
[]
);
......
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