1.20.x common.test CommonCascadingStylesheetsTestCase::testReset()

Makes sure that reseting the CSS empties the cache.

File

modules/simpletest/tests/common.test, line 729
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.');
}