You are here

public function TagadelicTagMethodsTest::testGet_id in Tagadelic 7.2

@covers TagadelicTag::get_id

File

tests/TagadelicTagMethodsTest.php, line 17

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testGet_id() {
  $this
    ->assertSame(42, $this->object
    ->get_id());
}