aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-06 17:02:15 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-06 17:02:15 +0000
commit636b7054662d4cffcc0e8615216cc39f9faae35f (patch)
tree6698b5e6c83dbde47b17f527f978444d452ad824 /engine/lib
parent30423d540268d140798e5d599e38a7d000bc77b8 (diff)
downloadelgg-636b7054662d4cffcc0e8615216cc39f9faae35f.tar.gz
elgg-636b7054662d4cffcc0e8615216cc39f9faae35f.tar.bz2
Adding unit test methods to the new Entities test.
git-svn-id: http://code.elgg.org/elgg/trunk@3512 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
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;
}