Browse Source

peace offering for Travis

pull/381/head
qadan 12 years ago
parent
commit
926fd23f55
  1. 4
      tests/islandora_web_test_case.inc

4
tests/islandora_web_test_case.inc

@ -188,9 +188,9 @@ class IslandoraWebTestCase extends DrupalWebTestCase {
* imagecreatefromstring() function to determine what filetypes are valid. * imagecreatefromstring() function to determine what filetypes are valid.
* *
* @param AbstractObject $object * @param AbstractObject $object
* The PID of the object. * The PID of the object.
* @param array $datastreams * @param array $datastreams
* An array of datastreams to check. * An array of datastreams to check.
*/ */
public function assertImageDatastreams($object, array $datastreams) { public function assertImageDatastreams($object, array $datastreams) {
if (!is_object($object)) { if (!is_object($object)) {

Loading…
Cancel
Save