You are here

public static property BreakpointDiscoveryTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php \Drupal\breakpoint\Tests\BreakpointDiscoveryTest::modules

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/breakpoint/src/Tests/BreakpointDiscoveryTest.php, line 23
Contains \Drupal\breakpoint\Tests\BreakpointDiscoveryTest.

Class

BreakpointDiscoveryTest
Tests discovery of breakpoints provided by themes and modules.

Namespace

Drupal\breakpoint\Tests

Code

public static $modules = array(
  'system',
  'breakpoint',
  'breakpoint_module_test',
);