You are here

protected property ConfigIgnoreHookTest::$profile in Config Ignore 8

The profile to install as a basis for testing.

We need to change it form the standard 'testing' profile as that will not print the title on the page, which we use for testing.

Type: string

Overrides WebTestBase::$profile

File

src/Tests/ConfigIgnoreHookTest.php, line 35

Class

ConfigIgnoreHookTest
Test hooks that this module implements.

Namespace

Drupal\config_ignore\Tests

Code

protected $profile = 'minimal';