\PHPUnit_Extensions_PhptTestSuite

Suite for .phpt test cases.

Synopsis

class PHPUnit_Extensions_PhptTestSuite extends PHPUnit_Framework_TestSuite {
}

Hierarchy

Members

protected

  • $backupGlobals — boolean
    Enable or disable the backup and restoration of the $GLOBALS array.
  • $backupStaticAttributes — boolean
    Enable or disable the backup and restoration of static attributes.
  • $foundClasses — array
  • $groups — array
    The test groups of the test suite.
  • $name — string
    The name of the test suite.
  • $numTests — integer
    The number of tests in the test suite.
  • $runTestInSeparateProcess — boolean
  • $testCase — boolean
  • $tests — array
    The tests in the test suite.

Methods

Inherited from PHPUnit_Framework_TestSuite

protected

public

History