File
-
tests/
src/ Functional/ SettingsFormTest.php, line 29
Class
- SettingsFormTest
- Tests the default admin settings functionality.
Namespace
Drupal\Tests\exif\FunctionalCode
protected function setUp() : void {
parent::setUp();
// Create user with the appropriate admin role.
$user = $this->createUser([
'administer image metadata',
]);
$this->drupalLogin($user);
}