mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 23:59:55 -04:00
Move diff::compare to be test::diff
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user