\PHPUnit_Runner_StandardTestSuiteLoader

The standard test suite loader.

Synopsis

class PHPUnit_Runner_StandardTestSuiteLoader implements PHPUnit_Runner_TestSuiteLoader {
  • // methods
  • public ReflectionClass load()
  • public ReflectionClass reload()
}

Hierarchy

Violations

PHPMessDetector

Line Rule Message
65 - 146 CyclomaticComplexity The method load() has a Cyclomatic Complexity of 21. The configured cyclomatic complexity threshold is 10.
65 - 146 NPathComplexity The method load() has an NPath complexity of 1944. The configured NPath complexity threshold is 200.

Methods

public

History