You are here

public function MicrodataCompoundFieldsUITestCase::testMicrodataUI in Microdata 7

Tests the microdata UI for core fields.

File

./microdata.test, line 824
Tests for microdata.module.

Class

MicrodataCompoundFieldsUITestCase

Code

public function testMicrodataUI() {
  $full_mapping = $this
    ->getMapping();
  $mapping = $full_mapping[$this->entityType][$this->bundleType];
  $this
    ->subtestItemHandling($mapping);
}