You are here

protected function TestServiceWithProtectedMethods::privateMethod 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\TestServiceWithProtectedMethods::privateMethod()

File

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

Class

TestServiceWithProtectedMethods

Namespace

Drupal\Tests\Component\ProxyBuilder

Code

protected function privateMethod($parameter) {
}