You are here

public function TagadelicTagMethodsTest::testSet_description in Tagadelic 7.2

@covers TagadelicTag::set_description

File

tests/TagadelicTagMethodsTest.php, line 88

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testSet_description() {
  $this->object
    ->set_description("Foo Bar");
  $this
    ->assertAttributeSame("Foo Bar", "description", $this->object);
}