You are here

public function TagadelicTaxonomyTestCase::testHasTagcloudPage in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 38

Class

TagadelicTaxonomyTestCase

Code

public function testHasTagcloudPage() {
  $this
    ->drupalGet("tagadelic_taxonomy");
  $this
    ->assertResponse(200, "Can Access Page");
  $this
    ->assertText(t("Tag Cloud"), "Title of page is Tag Cloud");
}