public function ApdqcLockFunctionalTest::setUp in Asynchronous Prefetch Database Query Cache 7
Install system_test and apdqc module.
Overrides DrupalWebTestCase::setUp
File
- ./
apdqc.test, line 353 - Tests for the Asynchronous Prefetch Database Query Cache module.
Class
- ApdqcLockFunctionalTest
- Tests for the lock system.
Code
public function setUp() {
parent::setUp(array(
'system_test',
'apdqc',
));
$file_path = drupal_get_path('module', 'apdqc');
variable_set('lock_inc', "{$file_path}/apdqc.lock.inc");
}