private function Test::__construct in Coder 8.3.x
Same name and namespace in other branches
- 8.3 tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.inc \Test::__construct()
Private constructor in case class can be instantiated.
File
- tests/
DrupalPractice/ Objects/ UnusedPrivateMethodUnitTest.inc, line 8
Class
Code
private function __construct() {
}