You are here

public function ParagraphTest::testReferenceEntityValue in Entity Share 8.3

Test that a reference entity value is still maintained.

File

modules/entity_share_client/tests/src/Functional/ParagraphTest.php, line 123

Class

ParagraphTest
Functional test class for paragraphs.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

public function testReferenceEntityValue() {
  $this
    ->pullEveryChannels();
  $this
    ->checkCreatedEntities();
}