You are here

protected function TestServiceWithProtectedMethods::protectedMethod in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\TestServiceWithProtectedMethods::protectedMethod()

File

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

Class

TestServiceWithProtectedMethods

Namespace

Drupal\Tests\Component\ProxyBuilder

Code

protected function protectedMethod($parameter) {
}