protected function MatomoStatusMessagesTest::setUp in Matomo Analytics 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ MatomoStatusMessagesTest.php, line 31
Class
- MatomoStatusMessagesTest
- Test status messages functionality of Matomo module.
Namespace
Drupal\Tests\matomo\FunctionalCode
protected function setUp() {
parent::setUp();
$permissions = [
'access administration pages',
'administer matomo',
];
// User to set up matomo.
$this->admin_user = $this
->drupalCreateUser($permissions);
}