Skip to content
Snippets Groups Projects
Commit f425735e authored by Chris Green's avatar Chris Green
Browse files

Update tests

parent 950d4e67
No related branches found
No related tags found
1 merge request!64Only create a new revision when necessary
...@@ -232,8 +232,8 @@ class EntityReferenceRevisionsCompositeTranslationTest extends EntityKernelTestB ...@@ -232,8 +232,8 @@ class EntityReferenceRevisionsCompositeTranslationTest extends EntityKernelTestB
$node_de->save(); $node_de->save();
$this->assertRevisionCount(4, $node); $this->assertRevisionCount(4, $node);
$this->assertRevisionCount(4, $composite); $this->assertRevisionCount(3, $composite);
$this->assertRevisionCount(4, $nested_composite); $this->assertRevisionCount(3, $nested_composite);
$this->assertRevisionCount(1, $second_nested_composite); $this->assertRevisionCount(1, $second_nested_composite);
/** @var \Drupal\node\NodeInterface $node_de */ /** @var \Drupal\node\NodeInterface $node_de */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment