From 4e12608a60b1d40e56d73d89d67b31812b8a1c37 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 19 Jul 2017 13:11:05 -0400 Subject: [PATCH] Updated test to match last commit. --- .../src/VuFindTest/Backend/WorldCat/ConnectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php index cea0d5d3ea3..b0985a55221 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/WorldCat/ConnectorTest.php @@ -55,7 +55,7 @@ class ConnectorTest extends \PHPUnit_Framework_TestCase ->with($this->equalTo('POST')) ->will($this->returnValue($client)); $client->expects($this->once())->method('setUri') - ->with($this->equalTo('http://www.worldcat.org/webservices/catalog/content/libraries/baz?wskey=key&servicelevel=full')); + ->with($this->equalTo('http://www.worldcat.org/webservices/catalog/content/libraries/baz?wskey=key&servicelevel=full&frbrGrouping=on')); $body = '<foo>bar</foo>'; $response = $this->createMock('Zend\Http\Response'); $response->expects($this->once())->method('getBody') -- GitLab