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