PageExampleTest::$profile
Same name in other branches
- 3.x modules/page_example/tests/src/Functional/PageExampleTest.php \Drupal\Tests\page_example\Functional\PageExampleTest::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
-
modules/
page_example/ tests/ src/ Functional/ PageExampleTest.php, line 36
Class
- PageExampleTest
- Creates page and render the content based on the arguments passed in the URL.
Namespace
Drupal\Tests\page_example\FunctionalCode
protected $profile = 'minimal';