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