You are here

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

Same name and namespace in other branches
  1. 8 testing_example/tests/src/Functional/TestingExampleMenuTest.php \Drupal\Tests\testing_example\Functional\TestingExampleMenuTest::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/testing_example/tests/src/Functional/TestingExampleMenuTest.php, line 40

Class

TestingExampleMenuTest
Test the user-facing menus in Testing Example.

Namespace

Drupal\Tests\testing_example\Functional

Code

protected $profile = 'minimal';