class PHPUnit_Framework_Exception

Exception for PHPUnit runtime errors.

@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 Class available since Release 3.4.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_Exception

1 string reference to 'PHPUnit_Framework_Exception'
PHPUnit_Framework_TestCase::runTest in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
Override to run the test and assert its state.

File

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

View source
class PHPUnit_Framework_Exception extends RuntimeException {

}

Members