The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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
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