function ThemeFastTestCase::getInfo

File

modules/simpletest/tests/theme.test, line 436

Class

ThemeFastTestCase
Tests autocompletion not loading registry.

Code

public static function getInfo() {
    return array(
        'name' => 'Theme fast initialization',
        'description' => 'Test that autocompletion does not load the registry.',
        'group' => 'Theme',
    );
}

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