ConfigEntityExampleTest::$profile
Same name in other branches
- 8.x-1.x config_entity_example/tests/src/Functional/ConfigEntityExampleTest.php \Drupal\Tests\config_entity_example\Functional\ConfigEntityExampleTest::profile
- 4.0.x modules/config_entity_example/tests/src/Functional/ConfigEntityExampleTest.php \Drupal\Tests\config_entity_example\Functional\ConfigEntityExampleTest::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/
config_entity_example/ tests/ src/ Functional/ ConfigEntityExampleTest.php, line 39
Class
- ConfigEntityExampleTest
- Test the Config Entity Example module.
Namespace
Drupal\Tests\config_entity_example\FunctionalCode
protected $profile = 'minimal';