You are here

protected property TestingProfileInstallTest::$profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php \Drupal\FunctionalTests\Installer\TestingProfileInstallTest::profile

The profile to install as a basis for testing.

Type: string

Overrides BrowserTestBase::$profile

File

core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php, line 17

Class

TestingProfileInstallTest
Tests installing the Testing profile with update notifications on.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $profile = 'testing';