You are here

public function Test::doSomethingElse in Coder 8.3.x

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

File

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

Class

Test

Code

public function doSomethingElse() {
  return new TranslatableMarkup('Do not ' . 'concatenate');
}