diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-18 06:46:03 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-18 06:46:03 -0500 |
commit | a77a8f5c4a1e76aa9beb18a2b3c938b3082fa4a8 (patch) | |
tree | 802722deb61d65a51a056493850584ed9964f6de /engine/tests/objects | |
parent | 51e2a993373b9f39c1c2b7f308dd308d320feb0a (diff) | |
download | elgg-a77a8f5c4a1e76aa9beb18a2b3c938b3082fa4a8.tar.gz elgg-a77a8f5c4a1e76aa9beb18a2b3c938b3082fa4a8.tar.bz2 |
Fixes #4109 remove inaccurate comment due to copy & paste
Diffstat (limited to 'engine/tests/objects')
-rw-r--r-- | engine/tests/objects/sites.php | 3 | ||||
-rw-r--r-- | engine/tests/objects/users.php | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/engine/tests/objects/sites.php b/engine/tests/objects/sites.php index a05074c59..a01a661e3 100644 --- a/engine/tests/objects/sites.php +++ b/engine/tests/objects/sites.php @@ -36,9 +36,6 @@ class ElggCoreSiteTest extends ElggCoreUnitTest { parent::__destruct(); } - /** - * A basic test that will be called and fail. - */ public function testElggSiteConstructor() { $attributes = array(); $attributes['guid'] = NULL; 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; |