Browse Source

code cleanup

pull/344/head
daitken 12 years ago
parent
commit
9af857bd54
  1. 2
      tests/islandora_web_test_case.inc

2
tests/islandora_web_test_case.inc

@ -182,7 +182,7 @@ class IslandoraWebTestCase extends DrupalWebTestCase {
* @param string $button
* The label of the first 'Delete' button
*/
public function deleteObject($pid, $button='Delete') {
public function deleteObject($pid, $button = 'Delete') {
$path = 'islandora/object/' . $pid . '/manage/properties';
$edit = array();
$this->drupalPost($path, $edit, $button);

Loading…
Cancel
Save