You are here

protected static property DataCollectorTest::$modules in Devel 4.x

Same name and namespace in other branches
  1. 8.3 webprofiler/tests/src/Functional/DataCollectorTest.php \Drupal\Tests\webprofiler\Functional\DataCollectorTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

webprofiler/tests/src/Functional/DataCollectorTest.php, line 22

Class

DataCollectorTest
Tests the DataCollector functions of webprofiler.

Namespace

Drupal\Tests\webprofiler\Functional

Code

protected static $modules = [
  'webprofiler',
  'block',
];