From a825b0dedd6a427bab8663fdba4b143b6e93adfa Mon Sep 17 00:00:00 2001 From: jonathangreen Date: Tue, 14 May 2013 10:39:53 -0300 Subject: [PATCH] Renamed test case function --- 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 8e3c8b83..a5117695 100644 --- a/tests/islandora_web_test_case.inc +++ b/tests/islandora_web_test_case.inc @@ -160,7 +160,7 @@ class IslandoraWebTestCase extends DrupalWebTestCase { * @return AbstractObject * The pid of the object or FALSE if a PID is not found. */ - public function getPidFromPath($path) { + public function getObjectFromPath($path) { $path_parts = explode('/', $path); $array_length = count($path_parts); for ($i = 0; $i < $array_length; $i++) {