You are here

class PHPUnit_Framework_Error_Notice in Zircon Profile 8.0

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

@since Class available since Release 3.3.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_Error_Notice

2 string references to 'PHPUnit_Framework_Error_Notice'
PHPUnit_Util_ErrorHandler::handleError in vendor/phpunit/phpunit/src/Util/ErrorHandler.php
ProxyLogicTest::testNoticeWhenReadingNonExistentPublicProperties in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyLogicTest.php

File

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

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

}

Members