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 LocalTasksTests::setUp

Overrides DrupalWebTestCase::setUp()

Overrides TMGMTTestBase::setUp

File

tests/src/Functional/LocalTasksTests.php, line 24

Class

LocalTasksTests
Verifies basic functionality of the local tasks.

Namespace

Drupal\Tests\tmgmt\Functional

Code

public function setUp() : void {
  parent::setUp();

  // Login as administrator to view Cart,Jobs and Sources.
  $this
    ->loginAsAdmin(array(
    'access administration pages',
  ));
}