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