You are here

private function Test::bong in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.inc \Test::bong()
  2. 8.2 coder_sniffer/DrupalPractice/Test/Objects/UnusedPrivateMethodUnitTest.inc \Test::bong()

Method is not called from anywhere in the class.

File

tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.inc, line 15

Class

Test

Code

private function bong() {
}