You are here

public function TagadelicTagMethodsTest::testGet_count in Tagadelic 7.2

@covers TagadelicTag::get_weight

File

tests/TagadelicTagMethodsTest.php, line 47

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testGet_count() {
  $this
    ->assertSame(2, $this->object
    ->get_count());
}