public static property RenderTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Common/RenderTest.php \Drupal\system\Tests\Common\RenderTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Common/ RenderTest.php, line 25 - Contains \Drupal\system\Tests\Common\RenderTest.
Class
- RenderTest
- Performs functional tests on drupal_render().
Namespace
Drupal\system\Tests\CommonCode
public static $modules = array(
'system',
'common_test',
);