function MicrodataFieldTestCase::__construct in Microdata 7
Constructor for MicrodataCoreFieldsUITestCase.
Overrides DrupalWebTestCase::__construct
File
- ./
microdata.test, line 20 - Tests for microdata.module.
Class
- MicrodataFieldTestCase
- Abstract class for testing Markup
Code
function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->field_admin = "admin/structure/types/manage/{$this->bundleType}/fields";
}