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.php31
1 files changed, 0 insertions, 31 deletions
diff --git a/engine/tests/entities.php b/engine/tests/entities.php
deleted file mode 100644
index efa8426dd..000000000
--- a/engine/tests/entities.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-
-
-class ElggCoreEntityTest extends ElggCoreUnitTest {
-
- public function __construct() {
-
- }
-
- public function setUp() {
-
-
- }
-
- public function tearDown() {
-
-
- }
-
- public funciton __destruct() {
-
-
- }
-
- public function testElggEntityConstructor() {
- $this->assertTrue(FALSE);
- }
-}
-
-// ElggEntity is an abstract class with no abstact methods.
-class ElggEntityTest extends ElggEntity { }