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

Updated test to match last commit.

parent a77354fd
No related merge requests found
......@@ -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')
......
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