class PHPUnit_Framework_Error_Notice

Wrapper for PHP notices. You can disable notice-to-exception conversion by setting

<code> PHPUnit_Framework_Error_Notice::$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_Notice

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

File

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

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

}

Members