You are here

public function ParagraphEntityReferenceTest::testReferenceEntityValue in Entity Share 8.2

Test that a reference entity value is still maintained.

File

modules/entity_share_client/tests/src/Functional/ParagraphEntityReferenceTest.php, line 79

Class

ParagraphEntityReferenceTest
Functional test class for paragraph entity reference field.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

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