/** * Tests Gadget->getAuthor() */ public function testGetAuthor() { $this->assertEquals('authorTest', $this->gadget->getAuthor()); }