diff --git a/tests/src/Functional/BlockContentTest.php b/tests/src/Functional/BlockContentTest.php index 3520d4d..d37e177 100644 --- a/tests/src/Functional/BlockContentTest.php +++ b/tests/src/Functional/BlockContentTest.php @@ -110,7 +110,6 @@ class BlockContentTest extends ResourceTestBase { ], 'changed' => (new \DateTime())->setTimestamp($this->entity->getChangedTime())->setTimezone(new \DateTimeZone('UTC'))->format(\DateTime::RFC3339), 'info' => 'Llama', - 'drupal_internal__revision_id' => 1, 'revision_log' => NULL, 'revision_created' => (new \DateTime())->setTimestamp($this->entity->getRevisionCreationTime())->setTimezone(new \DateTimeZone('UTC'))->format(\DateTime::RFC3339), 'revision_translation_affected' => TRUE, @@ -118,6 +117,7 @@ class BlockContentTest extends ResourceTestBase { 'langcode' => 'en', 'default_langcode' => TRUE, 'drupal_internal__id' => 1, + 'drupal_internal__revision_id' => 1, ], 'relationships' => [ 'block_content_type' => [ diff --git a/tests/src/Functional/MediaTest.php b/tests/src/Functional/MediaTest.php index 469467c..fed4592 100644 --- a/tests/src/Functional/MediaTest.php +++ b/tests/src/Functional/MediaTest.php @@ -153,7 +153,6 @@ class MediaTest extends ResourceTestBase { 'self' => ['href' => $self_url], ], 'attributes' => [ - 'drupal_internal__vid' => 1, 'langcode' => 'en', 'name' => 'Llama', 'status' => TRUE, @@ -165,6 +164,7 @@ class MediaTest extends ResourceTestBase { // @todo Attempt to remove this in https://www.drupal.org/project/drupal/issues/2933518. 'revision_translation_affected' => TRUE, 'drupal_internal__mid' => 1, + 'drupal_internal__vid' => 1, ], 'relationships' => [ 'field_media_file' => [ diff --git a/tests/src/Functional/NodeTest.php b/tests/src/Functional/NodeTest.php index 15b52c2..8c2be20 100644 --- a/tests/src/Functional/NodeTest.php +++ b/tests/src/Functional/NodeTest.php @@ -149,8 +149,8 @@ class NodeTest extends ResourceTestBase { 'status' => TRUE, 'sticky' => FALSE, 'title' => 'Llama', - 'drupal_internal__vid' => 1, 'drupal_internal__nid' => 1, + 'drupal_internal__vid' => 1, ], 'relationships' => [ 'node_type' => [