You are here

public function TagadelicTaxonomyTestCase::testHasMaxsixtyTags in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 82

Class

TagadelicTaxonomyTestCase

Code

public function testHasMaxsixtyTags() {
  $this
    ->createVocAndTags(61);
  $this
    ->drupalGet("tagadelic_taxonomy");
  $this
    ->assertAmountTagsOnPage(60);
}