You are here

protected property MinimalTest::$profile in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/profiles/minimal/src/Tests/MinimalTest.php \Drupal\minimal\Tests\MinimalTest::profile

The profile to install as a basis for testing.

Type: string

Overrides WebTestBase::$profile

File

core/profiles/minimal/src/Tests/MinimalTest.php, line 19
Contains \Drupal\minimal\Tests\MinimalTest.

Class

MinimalTest
Tests Minimal installation profile expectations.

Namespace

Drupal\minimal\Tests

Code

protected $profile = 'minimal';