aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/objects/users.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-18 06:46:03 -0500
committercash <cash.costello@gmail.com>2011-11-28 21:43:59 -0500
commita47f57775f3dfbb5f006c9a0fa8ea794ba46ad51 (patch)
tree42f9a0678bc3c9bed3cf4a2115249292d62bdffc /engine/tests/objects/users.php
parent3de7c03c391897f04fde7e86296221122de882f5 (diff)
downloadelgg-a47f57775f3dfbb5f006c9a0fa8ea794ba46ad51.tar.gz
elgg-a47f57775f3dfbb5f006c9a0fa8ea794ba46ad51.tar.bz2
Fixes #4109 remove inaccurate comment due to copy & paste
Diffstat (limited to 'engine/tests/objects/users.php')
-rw-r--r--engine/tests/objects/users.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/tests/objects/users.php b/engine/tests/objects/users.php
index 901d76ac0..a3573acb6 100644
--- a/engine/tests/objects/users.php
+++ b/engine/tests/objects/users.php
@@ -41,9 +41,6 @@ class ElggCoreUserTest extends ElggCoreUnitTest {
parent::__destruct();
}
- /**
- * A basic test that will be called and fail.
- */
public function testElggUserConstructor() {
$attributes = array();
$attributes['guid'] = NULL;