From 636b7054662d4cffcc0e8615216cc39f9faae35f Mon Sep 17 00:00:00 2001 From: nickw Date: Tue, 6 Oct 2009 17:02:15 +0000 Subject: Adding unit test methods to the new Entities test. git-svn-id: http://code.elgg.org/elgg/trunk@3512 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/elgg_unit_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/tests/elgg_unit_test.php') 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() { } -- cgit v1.2.3