public static property BreakpointDiscoveryTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php \Drupal\Tests\breakpoint\Kernel\BreakpointDiscoveryTest::modules
- 10 core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php \Drupal\Tests\breakpoint\Kernel\BreakpointDiscoveryTest::modules
Modules to install.
Type: array
Overrides KernelTestBase::$modules
File
- core/modules/ breakpoint/ tests/ src/ Kernel/ BreakpointDiscoveryTest.php, line 19 
Class
- BreakpointDiscoveryTest
- Tests discovery of breakpoints provided by themes and modules.
Namespace
Drupal\Tests\breakpoint\KernelCode
public static $modules = [
  'system',
  'breakpoint',
  'breakpoint_module_test',
];