You are here

public static function TestServiceWithPublicStaticMethod::testMethod in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithPublicStaticMethod::testMethod()

File

core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php, line 430
Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.

Class

TestServiceWithPublicStaticMethod

Namespace

Drupal\Tests\Component\ProxyBuilder

Code

public static function testMethod($parameter) {
}