icon = new FeatherIcon(); } /** * @return void */ public function testRender(): void { $result = $this->icon->render('view'); $this->assertSame('', $result); } }