public static property BreakpointDiscoveryTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'system',
'breakpoint',
'breakpoint_module_test',
);