public function TagadelicTaxonomyTestCase::testAttachesCssToPage in Tagadelic 7.2
File
- tests/
tagadelic_taxonomy.test, line 138
Class
Code
public function testAttachesCssToPage() {
$this
->createVocAndTags(1);
$this
->drupalGet("tagadelic_taxonomy");
$this
->assertRaw('/tagadelic.css', "Tagadelic CSS added to styles");
}