public function Issue578Test::testWarningsDoublePrintStackTrace in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/Regression/578/Issue578Test.php \Issue578Test::testWarningsDoublePrintStackTrace()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ 578/ Issue578Test.php, line 10
Class
Code
public function testWarningsDoublePrintStackTrace() {
$this
->iniSet('error_reporting', E_ALL | E_NOTICE);
trigger_error('Stack Trace Test Notice', E_WARNING);
}