You are here

public function TestClass::_setRawContent 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::_setRawContent()

File

core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php, line 46
Contains \Drupal\Tests\simpletest\Unit\AssertContentTraitTest.

Class

TestClass

Namespace

Drupal\Tests\simpletest\Unit

Code

public function _setRawContent($content) {
  $this
    ->setRawContent($content);
}