-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codecoverage for prepareUri #53
Conversation
Current coverage is 92.79% (diff: 100%)@@ master #53 diff @@
==========================================
Files 4 4
Lines 222 222
Methods 36 36
Messages 0 0
Branches 0 0
==========================================
+ Hits 193 206 +13
+ Misses 29 16 -13
Partials 0 0
|
$this->assertEquals($client->getBaseUri(), 'http://localhost:8080/fcrepo/rest'); | ||
|
||
$result = $client->createResource(); | ||
$this->assertSame($result, 'http://localhost:8080/fcrepo/rest/tx:abc-123'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DiegoPino, @whikloj I added another mock handler to try and cover this createTransaction
function. Does this make sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blerg. It didn't cover it. So back to square one there.
Partially addresses Islandora/documentation#282