You are here

private function Test::__construct in Coder 8.3.x

Same name and namespace in other branches
  1. 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

Test

Code

private function __construct() {
}