You are here

protected property FrontPageLinkTest::$profile in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/testing_example/tests/src/Functional/FrontPageLinkTest.php \Drupal\Tests\testing_example\Functional\FrontPageLinkTest::profile

The profile to install as a basis for testing.

Type: string

Overrides BrowserTestBase::$profile

File

testing_example/tests/src/Functional/FrontPageLinkTest.php, line 31

Class

FrontPageLinkTest
Tests for the existence of links on the front page.

Namespace

Drupal\Tests\testing_example\Functional

Code

protected $profile = 'standard';