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)) {