summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery_unit_test/libraries')
-rw-r--r--modules/gallery_unit_test/libraries/Gallery_Unit_Test_Case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/libraries/Gallery_Unit_Test_Case.php b/modules/gallery_unit_test/libraries/Gallery_Unit_Test_Case.php
index 509b4125..545af0fe 100644
--- a/modules/gallery_unit_test/libraries/Gallery_Unit_Test_Case.php
+++ b/modules/gallery_unit_test/libraries/Gallery_Unit_Test_Case.php
@@ -24,7 +24,7 @@ class Gallery_Unit_Test_Case extends Unit_Test_Case {
sprintf("Expected (%s) %s but received (%s) %s\n Diff: %s",
gettype($expected), var_export($expected, true),
gettype($actual), var_export($actual, true),
- diff::compare(var_export($expected, true), var_export($actual, true))),
+ test::diff(var_export($expected, true), var_export($actual, true))),
$debug);
}
return $this;