aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/tests/api/entity_getter_functions.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/tests/api/entity_getter_functions.php b/engine/tests/api/entity_getter_functions.php
index 1d7261c0d..9fcc6fe01 100644
--- a/engine/tests/api/entity_getter_functions.php
+++ b/engine/tests/api/entity_getter_functions.php
@@ -847,7 +847,7 @@ class ElggCoreEntityGetterFunctionsTest extends ElggCoreUnitTest {
$options = array(
'type' => 'object',
'limit' => 1,
- 'order_by' => 'e.time_created desc'
+ 'order_by' => 'guid desc'
);
// grab ourself again to fill out attributes.
@@ -875,7 +875,7 @@ class ElggCoreEntityGetterFunctionsTest extends ElggCoreUnitTest {
'type' => 'object',
'subtype' => ELGG_ENTITIES_NO_VALUE,
'limit' => 1,
- 'order_by' => 'e.time_created desc'
+ 'order_by' => 'guid desc'
);
// grab ourself again to fill out attributes.
@@ -910,7 +910,7 @@ class ElggCoreEntityGetterFunctionsTest extends ElggCoreUnitTest {
'type' => 'object',
'subtype' => ELGG_ENTITIES_NO_VALUE,
'limit' => 1,
- 'order_by' => 'e.time_created desc'
+ 'order_by' => 'guid desc'
);
// grab ourself again to fill out attributes.