aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
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;
}