protected function CoveredParentClass::protectedMethod

2 calls to CoveredParentClass::protectedMethod()
1 method overrides CoveredParentClass::protectedMethod()

File

drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveredClass.php, line 10

Class

CoveredParentClass

Namespace

Foo

Code

protected function protectedMethod() {
  $this
    ->privateMethod();
}