PHP Classes

File: vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php   Download  
File: vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 9 months ago
Size: 175 bytes
 

Contents

Class file image Download
<?php

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

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