/** * Tests Gadget->getString() */ public function testGetString() { $this->assertEquals('string', $this->gadget->getString()); }