Browse Source

coding standards failure

pull/463/head
qadan 11 years ago
parent
commit
058f1fc803
  1. 6
      tests/islandora_web_test_case.inc

6
tests/islandora_web_test_case.inc

@ -226,10 +226,8 @@ class IslandoraWebTestCase extends DrupalWebTestCase {
* The object to load datastreams from. * The object to load datastreams from.
* $param array $datastreams * $param array $datastreams
* An array of arrays that pair DSIDs, DatastreamValidator class prefixes, * An array of arrays that pair DSIDs, DatastreamValidator class prefixes,
* and optional params - e.g. array( * and optional params. You can check some of the existing implementations
* array('DSID', 'TIFF'), * for examples.
* array('DSID2, 'Text', array('param 1', 'param 2')),
* ) and so on.
*/ */
public function validateDatastreams($object, array $datastreams) { public function validateDatastreams($object, array $datastreams) {

Loading…
Cancel
Save