You are here

public function TagadelicTaxonomyTestCase::testTagsWithoutNodesNotOnPage in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 52

Class

TagadelicTaxonomyTestCase

Code

public function testTagsWithoutNodesNotOnPage() {
  $this
    ->createVocAndTags(3, FALSE);
  $this
    ->drupalGet("tagadelic_taxonomy");
  foreach ($this->tags as $tag) {
    $this
      ->assertNoText($tag->name);
  }
}