Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rdf / tests / src / Kernel / Field / LinkFieldRdfaTest.php
index 30735e3a8b6fd358a18e473b8893fdd8a29f4107..aac9b75591f861b4d4265f8dad834f99214ebfcf 100644 (file)
@@ -42,7 +42,7 @@ class LinkFieldRdfaTest extends FieldRdfaTestBase {
    */
   public function testAllFormattersExternal() {
     // Set up test values.
-    $this->testValue = 'http://test.me/foo/bar/neque/porro/quisquam/est/qui-dolorem?foo/bar/neque/porro/quisquam/est/qui-dolorem';
+    $this->testValue = 'http://test.me/foo/bar/neque/porro/quisquam/est/qui-dolorem?path=foo/bar/neque/porro/quisquam/est/qui-dolorem';
     $this->entity = EntityTest::create([]);
     $this->entity->{$this->fieldName}->uri = $this->testValue;