You are here

private function TagadelicTaxonomyTestCase::assertHasTag in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 284

Class

TagadelicTaxonomyTestCase

Code

private function assertHasTag($name, $message = '', $group = 'Other') {
  $xpath = "//ul[@class='tag-cloud']/li/a";
  return $this
    ->assertHasXpath($xpath, $message, $group);
}