PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/873/Issue873Test.php

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/873/Issue873Test.php   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/873/Issue873Test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: symfony-dual-login
API to get user details using OAuth authentication
Author: By
Last change:
Date: 5 years ago
Size: 398 bytes
 

Contents

Class file image Download
<?php
/*
 * This file is part of PHPUnit.
 *
 * (c) Sebastian Bergmann <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
if (\extension_loaded('xdebug')) {
    \
xdebug_disable();
}

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