You are here

public function TagadelicTagTest::testGetDescription in Tagadelic 8.3

@covers ::getDescription

File

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

Class

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

Namespace

Drupal\Tests\tagadelic\Unit

Code

public function testGetDescription() {
  $this
    ->assertEquals('Testing description', $this->object
    ->getDescription());
}