You are here

protected property ConfigImportInstallProfileTest::$profile in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/src/Tests/ConfigImportInstallProfileTest.php \Drupal\config\Tests\ConfigImportInstallProfileTest::profile

The profile to install as a basis for testing.

Type: string

Overrides WebTestBase::$profile

File

core/modules/config/src/Tests/ConfigImportInstallProfileTest.php, line 24
Contains \Drupal\config\Tests\ConfigImportInstallProfileTest.

Class

ConfigImportInstallProfileTest
Tests the importing/exporting configuration based on the install profile.

Namespace

Drupal\config\Tests

Code

protected $profile = 'testing_config_import';