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