From 9af857bd542d5d8e3f31a7aa297c7423fd83c5d9 Mon Sep 17 00:00:00 2001 From: daitken Date: Thu, 6 Jun 2013 16:28:48 -0300 Subject: [PATCH] code cleanup --- tests/islandora_web_test_case.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/islandora_web_test_case.inc b/tests/islandora_web_test_case.inc index 3ed18ab8..ef900ab9 100644 --- a/tests/islandora_web_test_case.inc +++ b/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);