diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-18 06:46:03 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-28 21:43:59 -0500 |
commit | a47f57775f3dfbb5f006c9a0fa8ea794ba46ad51 (patch) | |
tree | 42f9a0678bc3c9bed3cf4a2115249292d62bdffc /engine/tests/api | |
parent | 3de7c03c391897f04fde7e86296221122de882f5 (diff) | |
download | elgg-a47f57775f3dfbb5f006c9a0fa8ea794ba46ad51.tar.gz elgg-a47f57775f3dfbb5f006c9a0fa8ea794ba46ad51.tar.bz2 |
Fixes #4109 remove inaccurate comment due to copy & paste
Diffstat (limited to 'engine/tests/api')
-rw-r--r-- | engine/tests/api/metastrings.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engine/tests/api/metastrings.php b/engine/tests/api/metastrings.php index 9b5d7ee4e..0a008c6ce 100644 --- a/engine/tests/api/metastrings.php +++ b/engine/tests/api/metastrings.php @@ -68,9 +68,6 @@ class ElggCoreMetastringsTest extends ElggCoreUnitTest { parent::__destruct(); } - /** - * A basic test that will be called and fail. - */ public function testDeleteByID() { $db_prefix = elgg_get_config('dbprefix'); $annotations = $this->createAnnotations(1); @@ -101,9 +98,6 @@ class ElggCoreMetastringsTest extends ElggCoreUnitTest { } } - /** - * A basic test that will be called and fail. - */ public function testEnableDisableByID() { $db_prefix = elgg_get_config('dbprefix'); $annotations = $this->createAnnotations(1); |