aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/entities.php
blob: 76478802b544e8d7086be16fd72abde3dbe1283a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php


class ElggCoreEntityTest extends ElggCoreUnitTest {

	public function testElggEntityConstructor() {
		$this->assertTrue(FALSE);
	}
}

// ElggEntity is an abstract class with no abstact methods.
class ElggEntityTest extends ElggEntity { }