public static property NewViewConfigSchemaTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php \Drupal\views_ui\Tests\NewViewConfigSchemaTest::modules
Modules to enable.
Type: array
File
- core/
modules/ views_ui/ src/ Tests/ NewViewConfigSchemaTest.php, line 24 - Contains \Drupal\views_ui\Tests\NewViewConfigSchemaTest.
Class
- NewViewConfigSchemaTest
- Tests configuration schema against new views.
Namespace
Drupal\views_ui\TestsCode
public static $modules = array(
'views_ui',
'node',
'comment',
'file',
'taxonomy',
'dblog',
'aggregator',
);