aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/test_skeleton.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-18 06:46:03 -0500
committerCash Costello <cash.costello@gmail.com>2011-11-18 06:46:03 -0500
commita77a8f5c4a1e76aa9beb18a2b3c938b3082fa4a8 (patch)
tree802722deb61d65a51a056493850584ed9964f6de /engine/tests/test_skeleton.php
parent51e2a993373b9f39c1c2b7f308dd308d320feb0a (diff)
downloadelgg-a77a8f5c4a1e76aa9beb18a2b3c938b3082fa4a8.tar.gz
elgg-a77a8f5c4a1e76aa9beb18a2b3c938b3082fa4a8.tar.bz2
Fixes #4109 remove inaccurate comment due to copy & paste
Diffstat (limited to 'engine/tests/test_skeleton.php')
-rw-r--r--engine/tests/test_skeleton.php3
1 files changed, 0 insertions, 3 deletions
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);
}