From 636b7054662d4cffcc0e8615216cc39f9faae35f Mon Sep 17 00:00:00 2001 From: nickw Date: Tue, 6 Oct 2009 17:02:15 +0000 Subject: Adding unit test methods to the new Entities test. git-svn-id: http://code.elgg.org/elgg/trunk@3512 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index a73dde60c..aadbdc835 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -2775,7 +2775,7 @@ */ function entities_test($hook, $type, $value, $params) { global $CONFIG; - $params[] = $CONFIG->path . 'engine/tests/entities.php'; + $params[] = $CONFIG->path . 'engine/tests/core/entities.php'; return $params; } -- cgit v1.2.3