diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/tests/api/metastrings.php | 6 | ||||
| -rw-r--r-- | engine/tests/objects/sites.php | 3 | ||||
| -rw-r--r-- | engine/tests/objects/users.php | 3 | ||||
| -rw-r--r-- | engine/tests/test_skeleton.php | 3 | 
4 files changed, 0 insertions, 15 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); 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; diff --git a/engine/tests/test_skeleton.php b/engine/tests/test_skeleton.php index e5ff557e5..5a5de89bb 100644 --- a/engine/tests/test_skeleton.php +++ b/engine/tests/test_skeleton.php @@ -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);  	} | 
