You are here

protected function Pum::test8 in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Classes/UnusedUseStatementUnitTest.inc \MyNamespace\Depth\Pum::test8()

Call a method here that has the same name as a class name.

File

tests/Drupal/Classes/UnusedUseStatementUnitTest.inc, line 108

Class

Pum
Bla.

Namespace

MyNamespace\Depth

Code

protected function test8() {
  $this
    ->sameAsAMethodName();
}