public function TestClass::_setRawContent in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php \Drupal\Tests\Core\Test\TestClass::_setRawContent()
File
- core/
tests/ Drupal/ Tests/ Core/ Test/ AssertContentTraitTest.php, line 41
Class
Namespace
Drupal\Tests\Core\TestCode
public function _setRawContent($content) {
$this
->setRawContent($content);
}