\PHPUnit_Framework_SkippedTestCase

A skipped test case

Synopsis

class PHPUnit_Framework_SkippedTestCase extends PHPUnit_Framework_TestCase {
}

Hierarchy

Members

protected

  • $backupGlobals — boolean
  • $backupGlobals — boolean
    Enable or disable the backup and restoration of the $GLOBALS array.
  • $backupGlobalsBlacklist — array
  • $backupStaticAttributes — boolean
  • $backupStaticAttributes — boolean
    Enable or disable the backup and restoration of static attributes.
  • $backupStaticAttributesBlacklist — array
  • $message — string
  • $preserveGlobalState — boolean
    Whether or not this test should preserve the global state when running in a separate PHP process.
  • $runTestInSeparateProcess — boolean
  • $runTestInSeparateProcess — boolean
    Whether or not this test is to be run in a separate PHP process.
  • $useErrorHandler — boolean
  • $useOutputBuffering — boolean

Methods

protected

public

Inherited from PHPUnit_Framework_TestCase

protected

public

Inherited from PHPUnit_Framework_Assert

public

History