File "Issue873Test.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php
File size: 175 bytes
MIME-type: --
Charset: utf-8
<?php
if (extension_loaded('xdebug')) {
xdebug_disable();
}
throw new Exception(
'PHPUnit suppresses exceptions thrown outside of test case function'
);