public function AssertHelperTestClass::testMethod in Drupal 8
Same name and namespace in other branches
- 9 core/tests/fixtures/AssertHelperTestClass.php \Drupal\Tests\AssertHelperTestClass::testMethod()
File
- core/
tests/ Drupal/ Tests/ AssertHelperTraitTest.php, line 39
Class
Namespace
Drupal\TestsCode
public function testMethod($value) {
return $this
->castSafeStrings($value);
}