You are here

public static property RavenTest::$modules in Raven: Sentry Integration 8.2

Same name in this branch
  1. 8.2 tests/src/Functional/RavenTest.php \Drupal\Tests\raven\Functional\RavenTest::modules
  2. 8.2 tests/src/FunctionalJavascript/RavenTest.php \Drupal\Tests\raven\FunctionalJavascript\RavenTest::modules
Same name and namespace in other branches
  1. 3.x tests/src/FunctionalJavascript/RavenTest.php \Drupal\Tests\raven\FunctionalJavascript\RavenTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/RavenTest.php, line 27

Class

RavenTest
Tests Raven module.

Namespace

Drupal\Tests\raven\FunctionalJavascript

Code

public static $modules = [
  'raven',
];