From 8d296881f0c30dae59c8b108f868fba869ce945a Mon Sep 17 00:00:00 2001 From: qadan Date: Thu, 9 Oct 2014 12:45:07 -0300 Subject: [PATCH] coder issues --- tests/includes/islandora_web_test_case.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/includes/islandora_web_test_case.inc b/tests/includes/islandora_web_test_case.inc index fac1b725..16146b12 100644 --- a/tests/includes/islandora_web_test_case.inc +++ b/tests/includes/islandora_web_test_case.inc @@ -92,8 +92,8 @@ class IslandoraWebTestCase extends DrupalWebTestCase { } set_error_handler(array($this, 'errorHandler')); $class = get_class($this); - // Iterate through all the methods in this class, unless a specific list of - // methods to run was passed. + // Iterate through all the methods in this class, unless a specific list + // of methods to run was passed. $class_methods = get_class_methods($class); if ($methods) { $class_methods = array_intersect($class_methods, $methods); @@ -260,7 +260,8 @@ class IslandoraWebTestCase extends DrupalWebTestCase { * If TRUE, this will only delete objects owned by users in $this->users. * * @return bool - * If the deletion fails, return FALSE TRUE, this will only delete objects owned by users in $this->users. + * If the deletion fails, return FALSE TRUE, this will only delete objects + * owned by users in $this->users. */ public function deleteObject($pid, $button = NULL, $safety = TRUE) { $object = islandora_object_load($pid);