You are here

protected static property ImageLoadingAttributeTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php \Drupal\Tests\system\Functional\Theme\ImageLoadingAttributeTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php, line 19

Class

ImageLoadingAttributeTest
Tests lazy loading for images.

Namespace

Drupal\Tests\system\Functional\Theme

Code

protected static $modules = [
  'image_lazy_load_test',
];