You are here

public static property NgLightboxWebTest::$modules in NG Lightbox 2.x

Same name and namespace in other branches
  1. 8 src/Tests/NgLightboxWebTest.php \Drupal\ng_lightbox\Tests\NgLightboxWebTest::modules

Modules to install.

Type: array

File

src/Tests/NgLightboxWebTest.php, line 24

Class

NgLightboxWebTest
A web test for NG Lightbox.

Namespace

Drupal\ng_lightbox\Tests

Code

public static $modules = [
  'ng_lightbox',
  'views',
  'node',
  'filter',
];