\PHPUnit_Framework_TestSuite_DataProvider

  • 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_Framework_TestSuite_DataProvider 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

public

Inherited from PHPUnit_Framework_TestSuite

protected

public

History