diff -r 4ce76c9e7729 -r 72f51a9386ff server/src/tests/Services/ViafResolverTest.php --- a/server/src/tests/Services/ViafResolverTest.php Thu Jan 14 18:35:23 2016 +0100 +++ b/server/src/tests/Services/ViafResolverTest.php Thu Dec 10 18:57:58 2015 +0100 @@ -126,7 +126,7 @@ /** * Test exception 401 * @expectedException CorpusParole\Services\ViafResolverException - * @expectedExceptionMessage Client error: 401 + * @expectedExceptionMessage Client error: `GET http://viaf.org/viaf/12345/` resulted in a `401 Unauthorized` response: * @expectedExceptionCode 401 */ public function test401Error() { @@ -139,7 +139,7 @@ /** * Test exception 500 * @expectedException CorpusParole\Services\ViafResolverException - * @expectedExceptionMessage Server error: 500 + * @expectedExceptionMessage Server error: `GET http://viaf.org/viaf/12345/` resulted in a `500 Internal Server Error` response: * @expectedExceptionCode 500 */ public function test500Error() {