swallowErrors(); } /** * Called after each test object. */ public function __destruct() { // all __destruct() code should go above here parent::__destruct(); } public function testFailure() { $this->assertTrue(FALSE); } }