\PHPUnit_Util_GlobalState

  • Author: Sebastian Bergmann <sebastian@phpunit.de>
  • Copyright: 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
  • License: http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License

Synopsis

class PHPUnit_Util_GlobalState {
}

Violations

PHPMessDetector

Line Rule Message
296 - 346 CyclomaticComplexity The method backupStaticAttributes() has a Cyclomatic Complexity of 20. The configured cyclomatic complexity threshold is 10.

Checkstyle

Line Column Severity Message
119 43 error Only one argument is allowed per line in a multi-line function call
167 50 error Only one argument is allowed per line in a multi-line function call
289 43 error Only one argument is allowed per line in a multi-line function call

Members

protected

  • $globals — array
  • $staticAttributes — array
  • $superGlobalArrays — array
  • $superGlobalArraysLong — array

Methods

History