Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
committerPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
commit7d24cc0120859fc4e46b301c08effc97ddfbb1bb (patch)
tree94b5b52074022ceccd4c91073f217feaec38ca40 /vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php
first commit for Carnet NC server
Diffstat (limited to 'vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php')
-rw-r--r--vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php b/vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php
new file mode 100644
index 0000000..70fd904
--- /dev/null
+++ b/vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php
@@ -0,0 +1,9 @@
+<?php
+
+if (extension_loaded('xdebug')) {
+ xdebug_disable();
+}
+
+ throw new Exception(
+ 'PHPUnit suppresses exceptions thrown outside of test case function'
+ );