You are here

UnusedPrivateMethodUnitTest.inc in Coder 8.2

File

coder_sniffer/DrupalPractice/Test/Objects/UnusedPrivateMethodUnitTest.inc
View source
<?php

class Test {

  /**
   * Method is not called from anywhere in the class.
   */
  private function bong() {
  }

}

Classes

Namesort descending Description
Test