Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 files
+ 13
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,12 +12,22 @@ use Drupal\Tests\BrowserTestBase;
*/
class LoadTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* Modules to enable.
*
* @var array
*/
public static $modules = ['ludt'];
protected static $modules = ['ludt'];
/**
* A user with permission to administer site configuration.
@@ -29,7 +39,7 @@ class LoadTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
protected function setUp(): void {
parent::setUp();
$this->user = $this->drupalCreateUser(['administer site configuration']);
$this->drupalLogin($this->user);
Loading