You are here

public function ContentEntityReferenceTest::testReferenceEntityValue in Entity Share 8.2

Test that a reference entity value is still maintained.

File

modules/entity_share_client/tests/src/Functional/ContentEntityReferenceTest.php, line 78

Class

ContentEntityReferenceTest
Functional test class for content entity reference field.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

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