You are here

public property RenderExampleTest::$profile in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 render_example/tests/src/Functional/RenderExampleTest.php \Drupal\Tests\render_example\Functional\RenderExampleTest::profile

Most of our render array altering behaviors are dependent on the standard installation profile, so we'll use that here.

Overrides BrowserTestBase::$profile

File

modules/render_example/tests/src/Functional/RenderExampleTest.php, line 34

Class

RenderExampleTest
Test the render example functionality.

Namespace

Drupal\Tests\render_example\Functional

Code

public $profile = 'standard';