Exemplo n.º 1
0
 function testTermLink()
 {
     $term_id = $this->factory->term->create();
     $term = new TimberTerm($term_id);
     $this->assertContains('http://', $term->link());
     $this->assertContains('http://', $term->get_link());
 }
Exemplo n.º 2
0
 public function link()
 {
     return $this->term->link();
 }