You are here

protected property SimpleTestExampleTest::$profile in Examples for Developers 8

The installation profile to use with this test.

We use the 'minimal' profile so that there are some reasonable default blocks defined, and so we can see the menu link created by our module.

Type: string

Overrides WebTestBase::$profile

File

testing_example/src/Tests/SimpleTestExampleTest.php, line 52

Class

SimpleTestExampleTest
Ensure that the simpletest_example content type provided functions properly.

Namespace

Drupal\testing_example\Tests

Code

protected $profile = 'minimal';