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++) {