You are here

protected property InstallerTestBase::$profile in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/simpletest/src/InstallerTestBase.php \Drupal\simpletest\InstallerTestBase::profile

The installation profile to install.

Type: string

Overrides WebTestBase::$profile

File

core/modules/simpletest/src/InstallerTestBase.php, line 45
Contains \Drupal\simpletest\InstallerTestBase.

Class

InstallerTestBase
Base class for testing the interactive installer.

Namespace

Drupal\simpletest

Code

protected $profile = 'testing';