ThemingExampleTest::$profile

Same name in other branches
  1. 3.x modules/theming_example/tests/src/Functional/ThemingExampleTest.php \Drupal\Tests\theming_example\Functional\ThemingExampleTest::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/theming_example/tests/src/Functional/ThemingExampleTest.php, line 35

Class

ThemingExampleTest
Verify the tablesort functionality.

Namespace

Drupal\Tests\theming_example\Functional

Code

protected $profile = 'minimal';