Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / Regression / GitHub / 873 / Issue873Test.php
1 <?php
2
3 if (extension_loaded('xdebug')) {
4     xdebug_disable();
5 }
6
7     throw new Exception(
8         'PHPUnit suppresses exceptions thrown outside of test case function'
9     );