public function FatalTest::testFatalError in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/FatalTest.php \FatalTest::testFatalError()
File
- vendor/
phpunit/ phpunit/ tests/ _files/ FatalTest.php, line 5
Class
Code
public function testFatalError() {
if (extension_loaded('xdebug')) {
xdebug_disable();
}
eval('class FatalTest {}');
}