public function TestClass::_getTextContent 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::_getTextContent()
File
- core/
modules/ simpletest/ tests/ src/ Unit/ AssertContentTraitTest.php, line 50 - Contains \Drupal\Tests\simpletest\Unit\AssertContentTraitTest.
Class
Namespace
Drupal\Tests\simpletest\UnitCode
public function _getTextContent() {
return $this
->getTextContent();
}