You are here

public function ChangedRemovedTest::testBasicPull in Entity Share 8.3

Same name and namespace in other branches
  1. 8.2 modules/entity_share_client/tests/src/Functional/ChangedRemovedTest.php \Drupal\Tests\entity_share_client\Functional\ChangedRemovedTest::testBasicPull()

Test basic pull feature.

Test that an entity with changed attributes removed can be pulled.

File

modules/entity_share_client/tests/src/Functional/ChangedRemovedTest.php, line 99

Class

ChangedRemovedTest
Functional test class to test behavior if changed attributes is removed.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

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