aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/elgg_unit_test.php
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-06 17:02:15 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-06 17:02:15 +0000
commit636b7054662d4cffcc0e8615216cc39f9faae35f (patch)
tree6698b5e6c83dbde47b17f527f978444d452ad824 /engine/tests/elgg_unit_test.php
parent30423d540268d140798e5d599e38a7d000bc77b8 (diff)
downloadelgg-636b7054662d4cffcc0e8615216cc39f9faae35f.tar.gz
elgg-636b7054662d4cffcc0e8615216cc39f9faae35f.tar.bz2
Adding unit test methods to the new Entities test.
git-svn-id: http://code.elgg.org/elgg/trunk@3512 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/tests/elgg_unit_test.php')
-rwxr-xr-xengine/tests/elgg_unit_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/tests/elgg_unit_test.php b/engine/tests/elgg_unit_test.php
index 79c3d375c..d9841099b 100755
--- a/engine/tests/elgg_unit_test.php
+++ b/engine/tests/elgg_unit_test.php
@@ -6,7 +6,7 @@ abstract class ElggCoreUnitTest extends UnitTestCase
{
parent::__construct();
}
-
+
public function __destruct()
{
}