public function TagadelicTaxonomyTestCase::testBlockRendering in Tagadelic 7.2
File
- tests/
tagadelic_taxonomy.test, line 150
Class
Code
public function testBlockRendering() {
$this
->enableBlock();
$this
->createNodesWithTags(10);
$this
->drupalGet('node');
$this
->assertText(t("Tag Cloud"), "Title of block is Tag Cloud");
}