class PHPUnit_Framework_Error_Deprecated

Wrapper for PHP deprecated errors. You can disable deprecated-to-exception conversion by setting

<code> PHPUnit_Framework_Error_Deprecated::$enabled = FALSE; </code>

@package PHPUnit @subpackage Framework_Error @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.3.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_Error_Deprecated

1 string reference to 'PHPUnit_Framework_Error_Deprecated'
PHPUnit_Util_ErrorHandler::handleError in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/ErrorHandler.php

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error/Deprecated.php, line 62

View source
class PHPUnit_Framework_Error_Deprecated extends PHPUnit_Framework_Error {
  public static $enabled = TRUE;

}

Members