diff options
Diffstat (limited to 'engine/tests/objects/users.php')
-rw-r--r-- | engine/tests/objects/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/tests/objects/users.php b/engine/tests/objects/users.php index baf03d0fe..fe5b48b03 100644 --- a/engine/tests/objects/users.php +++ b/engine/tests/objects/users.php @@ -70,7 +70,7 @@ class ElggCoreUserTest extends ElggCoreUnitTest { $attributes['admin'] = 'no'; ksort($attributes); - $entity_attributes = $this->entity->expose_attributes(); + $entity_attributes = $this->user->expose_attributes(); ksort($entity_attributes); $this->assertIdentical($entity_attributes, $attributes); |