You are here

public function Test::doSomething in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Semantics/FunctionTUnitTest.inc \Test::doSomething()
  2. 8.2 coder_sniffer/Drupal/Test/Semantics/FunctionTUnitTest.inc \Test::doSomething()

File

tests/Drupal/Semantics/FunctionTUnitTest.inc, line 24

Class

Test

Code

public function doSomething() {
  return $this
    ->t('This string should avoid backslashes for \'');
}