]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4109 remove inaccurate comment due to copy & paste
authorCash Costello <cash.costello@gmail.com>
Fri, 18 Nov 2011 11:46:03 +0000 (06:46 -0500)
committerCash Costello <cash.costello@gmail.com>
Fri, 18 Nov 2011 11:46:03 +0000 (06:46 -0500)
engine/tests/api/metastrings.php
engine/tests/objects/sites.php
engine/tests/objects/users.php
engine/tests/test_skeleton.php

index 9b5d7ee4e7f99d325b7ba0e50e11828a2ae46a07..0a008c6ceac4e3e1fe3bd4d3aa9f9154f2030350 100644 (file)
@@ -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);
index a05074c59b1148d3775113ae7054c9b4314a5ebd..a01a661e36692c8b5674878b3332154f7d56d5da 100644 (file)
@@ -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;
index 901d76ac05457702395f1a1f6d9a525209c21975..a3573acb6994961ad9c99d66fabfb114e4727e32 100644 (file)
@@ -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;
index e5ff557e54c8885de9b71bb8b13d2a8fce2cf2f4..5a5de89bb22ab3d3af72ac73051e35d5053539a6 100644 (file)
@@ -49,9 +49,6 @@ class ElggCoreSkeletonTest extends ElggCoreUnitTest {
                parent::__destruct();
        }
 
-       /**
-        * A basic test that will be called and fail.
-        */
        public function testFailure() {
                $this->assertTrue(FALSE);
        }