class (none) \ PHPUnit_Framework_Error_Notice

All implemented interfaces:
PHPUnit_Exception

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

PHPUnit_Framework_Error_Notice::$enabled = false;

See Also:
http://fabien.potencier.org/article/9/php-serialization-stack-traces-and-exceptions

Method Summary

Name Description

Inherited Method Summary

Name Description
__construct($message, $code, $file, $line, Exception $previous = null)Constructor. (from PHPUnit_Framework_Error)
__sleep() (from PHPUnit_Framework_Exception)
__toString() (from PHPUnit_Framework_Exception)
getSerializableTrace()Returns the serializable trace (without 'args'). (from PHPUnit_Framework_Exception)