swallowErrors(); } /** * Called after each test object. */ public function __destruct() { // all code should go above here parent::__destruct(); } /** * A basic test that will be called and fail. */ public function testElggEntityConstructor() { $this->assertTrue(FALSE); } }