diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-20 20:34:13 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-20 20:34:13 +0000 |
commit | 0dea3524f9c9e9d2eb136b525c99bad6b6917f52 (patch) | |
tree | 696840d93506dadfa99d5fe5ae4c105fe5a1b2ea /engine/tests/objects/users.php | |
parent | e9c576c2827cc582bdfa4200677cdc9f9aa4eb4d (diff) | |
download | elgg-0dea3524f9c9e9d2eb136b525c99bad6b6917f52.tar.gz elgg-0dea3524f9c9e9d2eb136b525c99bad6b6917f52.tar.bz2 |
Update unit tests for last_action column.
git-svn-id: http://code.elgg.org/elgg/trunk@6118 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/tests/objects/users.php')
-rw-r--r-- | engine/tests/objects/users.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/tests/objects/users.php b/engine/tests/objects/users.php index d6d73a37b..81f02af5b 100644 --- a/engine/tests/objects/users.php +++ b/engine/tests/objects/users.php @@ -57,6 +57,7 @@ class ElggCoreUserTest extends ElggCoreUnitTest { $attributes['access_id'] = ACCESS_PRIVATE; $attributes['time_created'] = ''; $attributes['time_updated'] = ''; + $attributes['last_action'] = ''; $attributes['enabled'] = 'yes'; $attributes['tables_split'] = 2; $attributes['tables_loaded'] = 0; |