From 1cb08400b0743cc91fd8a2e63212b5277acca48e Mon Sep 17 00:00:00 2001 From: Jeroen Desloovere Date: Tue, 27 Jun 2017 14:23:41 +0200 Subject: [PATCH] VCard return message fixes #97 --- tests/VCardTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VCardTest.php b/tests/VCardTest.php index 9fb786f..327ae4d 100644 --- a/tests/VCardTest.php +++ b/tests/VCardTest.php @@ -196,7 +196,7 @@ public function testAddPhotoWithEmptyFile() * Test adding logo with no value * * @expectedException Exception - * @t@github.com:jeroendesloovere/vcard.gitexpectedExceptionMessage Returned data is not an image. + * @expectedExceptionMessage Returned data is not an image. */ public function testAddLogoWithNoValue() {