You are here

protected property ConfigEntityExampleTest::$profile in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 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\Functional

Code

protected $profile = 'minimal';