You are here

protected static property RavenTest::$modules in Raven: Sentry Integration 3.x

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

RavenTest
Tests Raven module.

Namespace

Drupal\Tests\raven\Functional

Code

protected static $modules = [
  'raven',
  'raven_test',
];