aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/entities.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/tests/entities.php')
-rw-r--r--engine/tests/entities.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/engine/tests/entities.php b/engine/tests/entities.php
index 76478802b..efa8426dd 100644
--- a/engine/tests/entities.php
+++ b/engine/tests/entities.php
@@ -3,6 +3,25 @@
class ElggCoreEntityTest extends ElggCoreUnitTest {
+ public function __construct() {
+
+ }
+
+ public function setUp() {
+
+
+ }
+
+ public function tearDown() {
+
+
+ }
+
+ public funciton __destruct() {
+
+
+ }
+
public function testElggEntityConstructor() {
$this->assertTrue(FALSE);
}