You are here

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

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/CspTest.php \Drupal\Tests\raven\Functional\CspTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

CspTest
Tests Raven and CSP modules.

Namespace

Drupal\Tests\raven\Functional

Code

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