From 926fd23f554d7c3995d432de4ed18d9c8b565618 Mon Sep 17 00:00:00 2001 From: qadan Date: Mon, 12 Aug 2013 18:27:46 +0000 Subject: [PATCH] peace offering for Travis --- tests/islandora_web_test_case.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/islandora_web_test_case.inc b/tests/islandora_web_test_case.inc index 722bdc7b..be3b3b7e 100644 --- a/tests/islandora_web_test_case.inc +++ b/tests/islandora_web_test_case.inc @@ -188,9 +188,9 @@ class IslandoraWebTestCase extends DrupalWebTestCase { * imagecreatefromstring() function to determine what filetypes are valid. * * @param AbstractObject $object - * The PID of the object. + * The PID of the object. * @param array $datastreams - * An array of datastreams to check. + * An array of datastreams to check. */ public function assertImageDatastreams($object, array $datastreams) { if (!is_object($object)) {