You are here

protected property AssertContentTrait::$plainTextContent in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::plainTextContent

The plain-text content of raw $content (text nodes).

Type: string

File

core/tests/Drupal/KernelTests/AssertContentTrait.php, line 29

Class

AssertContentTrait
Provides test methods to assert content.

Namespace

Drupal\KernelTests

Code

protected $plainTextContent;