From 058f1fc8039f61a5a71d438f5a1308b7715fbf2c Mon Sep 17 00:00:00 2001 From: qadan Date: Sat, 22 Feb 2014 18:55:11 +0000 Subject: [PATCH] coding standards failure --- tests/islandora_web_test_case.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/islandora_web_test_case.inc b/tests/islandora_web_test_case.inc index 284f634f..e2e3ab7d 100644 --- a/tests/islandora_web_test_case.inc +++ b/tests/islandora_web_test_case.inc @@ -226,10 +226,8 @@ class IslandoraWebTestCase extends DrupalWebTestCase { * The object to load datastreams from. * $param array $datastreams * An array of arrays that pair DSIDs, DatastreamValidator class prefixes, - * and optional params - e.g. array( - * array('DSID', 'TIFF'), - * array('DSID2, 'Text', array('param 1', 'param 2')), - * ) and so on. + * and optional params. You can check some of the existing implementations + * for examples. */ public function validateDatastreams($object, array $datastreams) {