function PropertiesTemplateBaseTestCase::setUp in Dynamic properties 7
Implements setUp().
Overrides PropertiesBaseTestCase::setUp
File
- properties_template/
properties_template.test, line 21 - Contains tests for the properties_template.module
Class
- PropertiesTemplateBaseTestCase
- Base class for properties tests, provides helper methods.
Code
function setUp() {
parent::setUp('properties', 'properties_sql', 'properties_template');
$this->templateUser = NULL;
}