protected property RenderExampleMenuTest::$profile in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/render_example/tests/src/Functional/RenderExampleMenuTest.php \Drupal\Tests\render_example\Functional\RenderExampleMenuTest::profile
The installation profile to use with this test.
We need the 'minimal' profile in order to make sure the Tool block is available.
Type: string
Overrides BrowserTestBase::$profile
File
- render_example/
tests/ src/ Functional/ RenderExampleMenuTest.php, line 38
Class
- RenderExampleMenuTest
- Test the user-facing menus in Render Example.
Namespace
Drupal\Tests\render_example\FunctionalCode
protected $profile = 'minimal';