You are here

protected property MinimalInstallerTest::$profile in Zircon Profile 8

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

The installation profile to install.

Type: string

Overrides InstallerTestBase::$profile

File

core/modules/system/src/Tests/Installer/MinimalInstallerTest.php, line 24
Contains \Drupal\system\Tests\Installer\MinimalInstallerTest.

Class

MinimalInstallerTest
Tests the interactive installer installing the minimal profile.

Namespace

Drupal\system\Tests\Installer

Code

protected $profile = 'minimal';