コード例 #1
0
ファイル: test-timber-term.php プロジェクト: mrgrain/timber
 function testTermLink()
 {
     $term_id = $this->factory->term->create();
     $term = new TimberTerm($term_id);
     $this->assertContains('http://', $term->link());
     $this->assertContains('http://', $term->get_link());
 }
コード例 #2
0
 public function link()
 {
     return $this->term->link();
 }