You are here

public function TagadelicTagMethodsTest::testGet_description in Tagadelic 7.2

@covers TagadelicTag::get_description

File

tests/TagadelicTagMethodsTest.php, line 31

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testGet_description() {
  $this->object
    ->set_description("Foo Bar");
  $this
    ->assertSame("Foo Bar", $this->object
    ->get_description());
}