You are here

protected property InstallProfileDependenciesTest::$profile in Drupal 9

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

The profile to install as a basis for testing.

Type: string

Overrides BrowserTestBase::$profile

File

core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php, line 23

Class

InstallProfileDependenciesTest
Tests that an install profile can require modules.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $profile = 'testing_install_profile_dependencies';