public function testget_audit_link() { $audit = new Audit(); //execute the method and test if it works and does not throws an exception. try { $audit->get_audit_link(); $this->assertTrue(true); } catch (Exception $e) { $this->fail(); } $this->markTestIncomplete('method has no implementation'); }