You are here

public function EntityNotTranslatableTest::testBasicPull in Entity Share 8.2

Test basic pull feature.

File

modules/entity_share_client/tests/src/Functional/EntityNotTranslatableTest.php, line 77

Class

EntityNotTranslatableTest
Test class for untranslatable entities.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

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