public static property ViewTestBase::$modules in Drupal 8
Same name in this branch
- 8 core/modules/views/src/Tests/ViewTestBase.php \Drupal\views\Tests\ViewTestBase::modules
- 8 core/modules/views/tests/src/Functional/ViewTestBase.php \Drupal\Tests\views\Functional\ViewTestBase::modules
Modules to enable.
Type: array
File
- core/
modules/ views/ src/ Tests/ ViewTestBase.php, line 34
Class
- ViewTestBase
- Defines a base class for Views testing in the full web test environment.
Namespace
Drupal\views\TestsCode
public static $modules = [
'views',
'views_test_config',
];