コード例 #1
0
 public function testGetRelativeUrls()
 {
     $this->assertSame('relative_urls: false,', $this->helper->getRelativeUrls());
 }
コード例 #2
0
 /**
  * @param $instance
  *
  * @return string
  */
 public function renderRelativeUrls($instance)
 {
     return $this->helper->getRelativeUrls($instance);
 }