You are here

public function TagadelicTagTest::testGetCount in Tagadelic 8.3

@covers ::getCount

File

tests/src/Unit/TagadelicTagTest.php, line 45
Contains \Drupal\Tests\tagadelic\Unit\TagadelicTagTest.

Class

TagadelicTagTest
@coversDefaultClass \Drupal\tagadelic\TagadelicTag @group tagadelic

Namespace

Drupal\Tests\tagadelic\Unit

Code

public function testGetCount() {
  $this
    ->assertEquals(2, $this->object
    ->getCount());
}