public property RenderExampleTest::$profile in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/render_example/tests/src/Functional/RenderExampleTest.php \Drupal\Tests\render_example\Functional\RenderExampleTest::profile
Most of our render array altering behaviors are dependent on the standard installation profile, so we'll use that here.
Overrides BrowserTestBase::$profile
File
- render_example/
tests/ src/ Functional/ RenderExampleTest.php, line 34
Class
- RenderExampleTest
- Test the render example functionality.
Namespace
Drupal\Tests\render_example\FunctionalCode
public $profile = 'standard';