You are here

public function TagadelicTaxonomyTestCase::testAttachesCssOnlyToCloudPages in Tagadelic 7.2

File

tests/tagadelic_taxonomy.test, line 144

Class

TagadelicTaxonomyTestCase

Code

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