You are here

public function TagadelicTagMethodsTest::testSet_link in Tagadelic 7.2

@covers TagadelicTag::set_link

File

tests/TagadelicTagMethodsTest.php, line 96

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testSet_link() {
  $this->object
    ->set_link("tag/blackbeard");
  $this
    ->assertAttributeSame("tag/blackbeard", "link", $this->object);
}