Skip to content
Snippets Groups Projects
Commit eb9f95f5 authored by Oleh Vehera's avatar Oleh Vehera
Browse files

Issue #3337210 by EvilArgest, voleger: Make existing test compatible with Drupal 10

parent e9ef4684
No related branches found
No related tags found
1 merge request!6Issue #3337210: Make existing test compatible with Drupal 10
...@@ -12,12 +12,17 @@ use Drupal\Tests\BrowserTestBase; ...@@ -12,12 +12,17 @@ use Drupal\Tests\BrowserTestBase;
*/ */
class LoadTest extends BrowserTestBase { class LoadTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/** /**
* Modules to enable. * Modules to enable.
* *
* @var array * @var array
*/ */
public static $modules = ['token_formatters']; protected static $modules = ['token_formatters'];
/** /**
* A user with permission to administer site configuration. * A user with permission to administer site configuration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment