/**
  * Overrides \Drupal\simpletest\WebTestBase::setUp().
  */
 function setUp()
 {
     // Use the entity_test_mul as this has multilingual property support.
     $this->entityTypeId = 'entity_test_mul';
     parent::setUp();
 }