You are here

public static property StyleSlideshowTest::$modules in Views Slideshow 8.4

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

src/Tests/Plugin/StyleSlideshowTest.php, line 21

Class

StyleSlideshowTest
Tests the slideshow style views plugin.

Namespace

Drupal\views_slideshow\Tests\Plugin

Code

public static $modules = [
  'views',
  'views_slideshow',
  'views_slideshow_cycle',
  'views_test_config',
  'views_slideshow_test',
];