diff options
Diffstat (limited to 'engine/tests/elgg_unit_test.php')
-rwxr-xr-x | engine/tests/elgg_unit_test.php | 2 |
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() { } |