You are here

public function TestClass::_getTextContent in Zircon Profile 8

Same name and namespace in other branches
  1. 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

TestClass

Namespace

Drupal\Tests\simpletest\Unit

Code

public function _getTextContent() {
  return $this
    ->getTextContent();
}