protected function FormAssemblyLoadTest::setUp in FormAssembly 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ FormAssemblyLoadTest.php, line 40
Class
- FormAssemblyLoadTest
- Simple test to ensure that main settings page loads with module enabled.
Namespace
Drupal\Tests\formassembly\FunctionalCode
protected function setUp() {
parent::setUp();
$this->user = $this
->drupalCreateUser([
'administer site configuration',
'administer formassembly form entities',
]);
$this
->drupalLogin($this->user);
}