interface PHPUnit_Framework_Test

A Test can be run and collect its results.

@package PHPUnit @subpackage Framework @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://www.phpunit.de/ @since Interface available since Release 2.0.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_Test

All classes that implement PHPUnit_Framework_Test

1 string reference to 'PHPUnit_Framework_Test'

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Test.php, line 57

View source

Members

Namesort descending Modifiers Type Description Overrides
PHPUnit_Framework_Test::run public function Runs a test and collects its result in a TestResult instance. 5