Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/end-to-end/regression/GitHub/873/Issue873Test.php
<?php

if (extension_loaded('xdebug')) {
   
xdebug_disable();
}

    throw new
Exception(
       
'PHPUnit suppresses exceptions thrown outside of test case function'
   
);