function CascadingStylesheetsTestCase::testDefault
Check default stylesheets as empty.
File
-
modules/
simpletest/ tests/ common.test, line 766
Class
- CascadingStylesheetsTestCase
- Test the Drupal CSS system.
Code
function testDefault() {
$this->assertEqual(array(), drupal_add_css(), 'Default CSS is empty.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.