diff options
Diffstat (limited to 'engine/tests/entities.php')
-rw-r--r-- | engine/tests/entities.php | 31 |
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 { } |