You are here

public static property SharethisViewsPluginTest::$modules in ShareThis 8.2

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

tests/src/Functional/Views/SharethisViewsPluginTest.php, line 35

Class

SharethisViewsPluginTest
Tests the sharethis links appearing on node.

Namespace

Drupal\Tests\sharethis\Functional\Views

Code

public static $modules = [
  'node',
  'system_test',
  'views',
  'user',
  'sharethis',
  'sharethis_test_views',
];