You are here

protected property AssertContentTrait::$elements in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::elements
  2. 10 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::elements

The XML structure parsed from the current raw $content.

Type: \SimpleXMLElement

File

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

Class

AssertContentTrait
Provides test methods to assert content.

Namespace

Drupal\KernelTests

Code

protected $elements;