public function testGetRelativeUrls()
 {
     $this->assertSame('relative_urls: false,', $this->helper->getRelativeUrls());
 }
 /**
  * Returns the name of the extension.
  *
  * @return string The extension name
  */
 public function getName()
 {
     return $this->helper->getName();
 }