public function testGetTheme()
 {
     $this->assertSame('theme: "modern",', $this->helper->getTheme());
 }
 /**
  * @param $instance
  *
  * @return string
  */
 public function renderTheme($instance)
 {
     return $this->helper->getTheme($instance);
 }