public function MicrodataCoreFieldsUITestCase::testMicrodataUI in Microdata 7
Tests the microdata UI for core fields.
File
- ./
microdata.test, line 461 - Tests for microdata.module.
Class
Code
public function testMicrodataUI() {
$full_mapping = $this
->getMapping();
$mapping = $full_mapping[$this->entityType][$this->bundleType];
$this
->subtestBodyField($mapping);
$this
->subtestTextField($mapping);
}