function AssertHelperTestClass::testMethod

Same name and namespace in other branches
  1. 9 core/tests/fixtures/AssertHelperTestClass.php \Drupal\Tests\AssertHelperTestClass::testMethod()

File

core/tests/Drupal/Tests/AssertHelperTraitTest.php, line 39

Class

AssertHelperTestClass

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.