1 common.test CommonCascadingStylesheetsTestCase::testReset()

Makes sure that resetting the CSS empties the cache.

File

core/modules/simpletest/tests/common.test, line 756
Tests for common.inc functionality.

Class

CommonCascadingStylesheetsTestCase
Test the Backdrop CSS system.

Code

function testReset() {
  backdrop_static_reset('backdrop_add_css');
  $this->assertEqual(array(), backdrop_add_css(), 'Resetting the CSS empties the cache.');
}