You are here

protected property QuickEditMinimalTest::$profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/quickedit/tests/src/Functional/QuickEditMinimalTest.php \Drupal\Tests\quickedit\Functional\QuickEditMinimalTest::profile

The profile to install as a basis for testing.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/quickedit/tests/src/Functional/QuickEditMinimalTest.php, line 17

Class

QuickEditMinimalTest
Tests Quick Edit can be installed with Minimal.

Namespace

Drupal\Tests\quickedit\Functional

Code

protected $profile = 'minimal';