Update to Drupal 8.1.2. For more information, see https://www.drupal.org/project/drupal/releases/8.1.2

This commit is contained in:
Pantheon Automation 2016-06-02 15:56:09 -07:00 committed by Greg Anderson
parent 9eae24d844
commit 28556d630e
1322 changed files with 6699 additions and 2064 deletions

View file

@ -103,4 +103,5 @@ interface RdfMappingInterface extends ConfigEntityInterface {
* The RdfMapping object.
*/
public function setFieldMapping($field_name, array $mapping = array());
}

View file

@ -26,4 +26,5 @@ class SchemaOrgDataConverter {
$interaction_type = $arguments['interaction_type'];
return "$interaction_type:$count";
}
}

View file

@ -372,4 +372,5 @@ class CommentAttributesTest extends CommentTestBase {
$comment->save();
return $comment;
}
}

View file

@ -46,4 +46,5 @@ class GetNamespacesTest extends WebTestBase {
));
$this->assertTrue(!empty($element), 'When a prefix has conflicting namespaces, the first declared one is used.');
}
}

View file

@ -40,4 +40,5 @@ class GetRdfNamespacesTest extends WebTestBase {
$this->pass('Expected exception thrown: ' . $e->getMessage());
}
}
}

View file

@ -90,4 +90,5 @@ class NodeAttributesTest extends NodeTestBase {
);
$this->assertTrue($graph->hasProperty($node_uri, 'http://purl.org/dc/terms/created', $expected_value), 'Node date found in RDF output (dc:created).');
}
}

View file

@ -533,4 +533,5 @@ class StandardProfileTest extends WebTestBase {
$parser->parse($graph, $this->drupalGet($url), 'rdfa', $this->baseUri);
return $graph;
}
}

View file

@ -77,4 +77,5 @@ class TaxonomyAttributesTest extends TaxonomyTestBase {
// @todo Add test for term description once it is a field:
// https://www.drupal.org/node/569434.
}
}

View file

@ -104,4 +104,5 @@ class UserAttributesTest extends WebTestBase {
}
}
}