You are here

public function Test::doSomethingMore in Coder 8.3.x

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

File

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

Class

Test

Code

public function doSomethingMore() {
  return new TranslationWrapper(' Do not start with a space');
}