You are here

public static property AdminTest::$modules in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/AdminTest.php \Drupal\Tests\background_image\Functional\AdminTest::modules
  2. 2.x tests/src/Functional/AdminTest.php \Drupal\Tests\background_image\Functional\AdminTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/AdminTest.php, line 17

Class

AdminTest
Tests adding image and viewing them through UI.

Namespace

Drupal\Tests\background_image\Functional

Code

public static $modules = [
  'user',
  'node',
  'field',
  'image',
  'options',
  'background_image',
];