You are here

protected property CommentPreviewTest::$profile in Zircon Profile 8

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

The profile to install as a basis for testing.

Using the standard profile to test user picture display in comments.

Type: string

Overrides WebTestBase::$profile

File

core/modules/comment/src/Tests/CommentPreviewTest.php, line 29
Contains \Drupal\comment\Tests\CommentPreviewTest.

Class

CommentPreviewTest
Tests comment preview.

Namespace

Drupal\comment\Tests

Code

protected $profile = 'standard';