protected function LoadTest::setUp in Font Awesome Iconpicker 8
Overrides BrowserTestBase::setUp
File
- src/Tests/ LoadTest.php, line 37 
Class
- LoadTest
- Simple test to ensure that main page loads with module enabled.
Namespace
Drupal\fontawesome_iconpicker\TestsCode
protected function setUp() {
  parent::setUp();
  $this->user = $this
    ->drupalCreateUser([
    'administer site configuration',
  ]);
  $this
    ->drupalLogin($this->user);
}