You are here

public function MultilingualTest::testBasicPull in Entity Share 8.2

Test basic pull feature.

Test that it is possible to pull the same entity in several languages during the same process.

File

modules/entity_share_client/tests/src/Functional/MultilingualTest.php, line 84

Class

MultilingualTest
General functional test class for multilingual scenarios.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

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