You are here

public function TagadelicTaxonomyTestCase::testAttachesCssToPage in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 138

Class

TagadelicTaxonomyTestCase

Code

public function testAttachesCssToPage() {
  $this
    ->createVocAndTags(1);
  $this
    ->drupalGet("tagadelic_taxonomy");
  $this
    ->assertRaw('/tagadelic.css', "Tagadelic CSS added to styles");
}