You are here

public function TagadelicTagMethodsTest::testGet_name in Tagadelic 7.2

@covers TagadelicTag::get_name

File

tests/TagadelicTagMethodsTest.php, line 24

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testGet_name() {
  $this
    ->assertSame("blackbeard", $this->object
    ->get_name());
}