function AssertHelperTestClass::testMethod

File

core/tests/fixtures/AssertHelperTestClass.php, line 15

Class

AssertHelperTestClass
A helper class for deprecation of AssertHelperTrait.

Namespace

Drupal\Tests

Code

public function testMethod($value) {
  return $this->castSafeStrings($value);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.