public function testHeight()
 {
     $this->assertSame('height: 300,', $this->helper->getHeight());
 }
 /**
  * @param $instance
  *
  * @return mixed
  */
 public function renderHeight($instance)
 {
     return $this->helper->getHeight($instance);
 }