You are here

protected function EntityNotTranslatableEmptyLangcodeTest::setUp in Entity Share 8.2

Overrides EntityShareClientFunctionalTestBase::setUp

File

modules/entity_share_client/tests/src/Functional/EntityNotTranslatableEmptyLangcodeTest.php, line 42

Class

EntityNotTranslatableEmptyLangcodeTest
Test class for untranslatable entities.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->postSetupFixture();
}