You are here

class PHPUnit_Framework_Error_Deprecated in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php \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>

@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 vendor/phpunit/phpunit/src/Util/ErrorHandler.php

File

vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php, line 21

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

}

Members