ConfigEntityExampleTest::$profile
Same name in other branches
- 3.x modules/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
File
-
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';