You are here

protected function Pum::test10 in Coder 8.3

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

Static method calls should not be confused with class names.

File

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

Class

Pum
Bla.

Namespace

MyNamespace\Depth

Code

protected function test10() {
  Something::test10();
}