You are here

protected property MinimalTest::$profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/profiles/minimal/tests/src/Functional/MinimalTest.php \Drupal\Tests\minimal\Functional\MinimalTest::profile

The profile to install as a basis for testing.

Type: string

Overrides BrowserTestBase::$profile

File

core/profiles/minimal/tests/src/Functional/MinimalTest.php, line 18

Class

MinimalTest
Tests Minimal installation profile expectations.

Namespace

Drupal\Tests\minimal\Functional

Code

protected $profile = 'minimal';