You are here

public function TagadelicTagTest::testGetId in Tagadelic 8.3

@covers ::getId

File

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

Class

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

Namespace

Drupal\Tests\tagadelic\Unit

Code

public function testGetId() {
  $this
    ->assertEquals(42, $this->object
    ->getId());
}