trait AssertContentTrait
Same name in this branch
- 8.9.x core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait
Same name in other branches
- 9 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait
- 10 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait
- 11.x core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait
Provides test methods to assert content.
Hierarchy
- trait \Drupal\simpletest\AssertContentTrait uses \Drupal\KernelTests\AssertContentTrait
Deprecated
in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\KernelTests\AssertContentTrait instead.
See also
https://www.drupal.org/node/2943146
File
-
core/
modules/ simpletest/ src/ AssertContentTrait.php, line 17
Namespace
Drupal\simpletestView source
trait AssertContentTrait {
use CoreAssertContentTrait;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.