You are here

public function TagadelicTaxonomyTestCase::testHasTagsOnPage in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 60

Class

TagadelicTaxonomyTestCase

Code

public function testHasTagsOnPage() {
  $this
    ->createVocAndTags(1);
  $this
    ->drupalGet("tagadelic_taxonomy");
  $tag = $this->tags[0];
  $this
    ->assertText($tag->name);
}