\PHPUnit_Util_TestDox_NamePrettifier

Prettifies class and method names for use in TestDox documentation.

Synopsis

class PHPUnit_Util_TestDox_NamePrettifier {
}

Violations

PHPMessDetector

Line Rule Message
107 - 160 CyclomaticComplexity The method prettifyTestMethod() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.
107 - 160 NPathComplexity The method prettifyTestMethod() has an NPath complexity of 468. The configured NPath complexity threshold is 200.

Members

protected

  • $prefix — string
  • $strings — array
  • $suffix — string

Methods

public

History