public property DrupalTestCase::$useSetupModulesCache in Drupal 7
Whether to cache the modules installation part of the setUp() method.
Type: bool
File
- modules/
simpletest/ drupal_web_test_case.php, line 66
Class
- DrupalTestCase
- Base class for Drupal tests.
Code
public $useSetupModulesCache = FALSE;