You are here

public function TagadelicTaxonomyTestCase::testBlockHasMaxTwelveTags in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 171

Class

TagadelicTaxonomyTestCase

Code

public function testBlockHasMaxTwelveTags() {
  $this
    ->enableBlock();
  $this
    ->createVocAndTags(13);
  $this
    ->drupalGet('node');
  $this
    ->assertAmountTagsOnPage(12);
}