You are here

protected property StandardInstallerTest::$profile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Installer/StandardInstallerTest.php \Drupal\system\Tests\Installer\StandardInstallerTest::profile

The installation profile to install.

Type: string

Overrides InstallerTestBase::$profile

File

core/modules/system/src/Tests/Installer/StandardInstallerTest.php, line 20
Contains \Drupal\system\Tests\Installer\StandardInstallerTest.

Class

StandardInstallerTest
Tests the interactive installer installing the standard profile.

Namespace

Drupal\system\Tests\Installer

Code

protected $profile = 'standard';