function NoInstantiationMockStaticCallable::staticMethod

File

core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php, line 249

Class

NoInstantiationMockStaticCallable
Test class for testing a mock static callable.

Namespace

Drupal\Tests\Core\Utility

Code

public static function staticMethod($suffix) {
  return __METHOD__ . '+' . $suffix;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.