You are here

class PHPUnit_Framework_Error_Warning in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Framework/Error/Warning.php \PHPUnit_Framework_Error_Warning

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

<code> PHPUnit_Framework_Error_Warning::$enabled = false; </code>

@since Class available since Release 3.3.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_Error_Warning

1 string reference to 'PHPUnit_Framework_Error_Warning'
PHPUnit_Util_ErrorHandler::handleError in vendor/phpunit/phpunit/src/Util/ErrorHandler.php

File

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

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

}

Members