public function TestClass::_setRawContent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php \Drupal\Tests\simpletest\Unit\TestClass::_setRawContent()
File
- core/
modules/ simpletest/ tests/ src/ Unit/ AssertContentTraitTest.php, line 46 - Contains \Drupal\Tests\simpletest\Unit\AssertContentTraitTest.
Class
Namespace
Drupal\Tests\simpletest\UnitCode
public function _setRawContent($content) {
$this
->setRawContent($content);
}