Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).

public function LocalTranslatorTestBase::setUp

Overrides DrupalWebTestCase::setUp()

Overrides TMGMTTestBase::setUp

File

translators/tmgmt_local/tests/src/Functional/LocalTranslatorTestBase.php, line 47

Class

LocalTranslatorTestBase
Base class for local translator tests.

Namespace

Drupal\Tests\tmgmt_local\Functional

Code

public function setUp() : void {
  parent::setUp();
  $this
    ->loginAsAdmin();
  $this
    ->addLanguage('de');
  $this
    ->drupalPlaceBlock('system_breadcrumb_block');
}