Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php
<?php
if (extension_loaded('xdebug')) {
xdebug_disable();
}
throw new Exception(
'PHPUnit suppresses exceptions thrown outside of test case function'
);