function BlockHiddenRegionTestCase::setUp

Overrides DrupalWebTestCase::setUp

File

modules/block/block.test, line 810

Class

BlockHiddenRegionTestCase
Tests that hidden regions do not inherit blocks when a theme is enabled.

Code

function setUp() {
    parent::setUp(array(
        'block_test',
    ));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.