PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/fatal-isolation.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/fatal-isolation.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/fatal-isolation.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: symfony-dual-login
API to get user details using OAuth authentication
Author: By
Last change:
Date: 3 years ago
Size: 609 bytes
 

Contents

Class file image Download
--TEST-- phpunit FatalTest --process-isolation ../../_files/FatalTest.php --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--process-isolation'; $_SERVER['argv'][3] = 'FatalTest'; $_SERVER['argv'][4] = __DIR__ . '/../_files/FatalTest.php'; require __DIR__ . '/../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. E 1 / 1 (100%) Time: %s, Memory: %s There was 1 error: 1) FatalTest::testFatalError %a ERRORS! Tests: 1, Assertions: 0, Errors: 1.