protected function Pum::test8 in Coder 8.3
Same name and namespace in other branches
- 8.3.x 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\DepthCode
protected function test8() {
$this
->sameAsAMethodName();
}